in reply to mod_perl - setting globals (and retrieving them), and peeking into other module's configs (avoiding .htaccess)

Why not just use simple global perl variables? In your httpd.conf:
<Perl> $my::param = "Foo"; </Perl>
  • Comment on Re: mod_perl - setting globals (and retrieving them), and peeking into other module's configs (avoiding .htaccess)
  • Download Code