![]() |
![]()
| ![]() |
![]()
NAMEApache::Config::Preproc::macro - expand macro statements SYNOPSIS$x = new Apache::Config::Preproc '/path/to/httpd.conf', -expand => [ qw(macro) ]; $x = new Apache::Config::Preproc '/path/to/httpd.conf', -expand => [ { macro => [ keep => $listref ] } ]; DESCRIPTIONProcesses Macro and Use statements (see mod_macro) in the Apache configuration parse tree. Macro statements are removed. Each Use statement is replaced by the expansion of the macro named in its argument. The constructor accepts the following arguments:
SEE ALSOApache::Config::Preproc
|