Config::General does not support Apache like definition and use of
variables. A minimal implementation of Apache-like configuration
allows to define variables by
Define <variable-name> <variable-value>
and use them later by
${variable-name}
.
Config::General does not support Apache like definition and use of
variables. A minimal implementation of Apache-like configuration
allows to define variables by
Define <variable-name> <variable-value>
and use them later by
${variable-name}
.