I am trying to write a startup script (ie. PerlRequire) that uses a value set in httpd.conf by PerlSetEnv.
I have checked $ENV{'mod_perl'} and startup.pl is indeed running under mod_perl.
Does anybody know if this is standard behaviour, and if there is any way to pass the value in from httpd.conf?