in reply to
mod perl global initialization
If you want all of the variables from
INIT.pl
set back to
undef
for every request, you can simply write a function that resets them all, put it in
INIT.pl
, then call it at the top of your
mod_perl
script.
Comment on
Re: mod perl global initialization
Download
Code
In Section
Seekers of Perl Wisdom