Apache Reference: mod_perl, PerlSetVar
PerlSetVar
Pass a Variable to Perl Modules
Syntax: PerlSetVar variable A
Example: PerlSetVar FooConfig conf/foo.conf
Since: Apache 1.2
This directive passes variable to Perl modules. The value can be retrieved by using ``
dir_config ('variable')''' on the Apache request object. The variable and value arguments that are actually used depend on the modules, of course. Refer to the documentation of the various Apache::XXX modules for details.