in reply to
CGI.pm and mod_perl caching
He only has to do that because CGI.pm puts everything into global variables. If you just use lexical (my) variables, the values will not be retained between requests.
Comment on
Re: CGI.pm and mod_perl caching
Replies are listed 'Best First'.
Re^2: CGI.pm and mod_perl caching
by
jacques
(Priest)
on Apr 15, 2005 at 16:32 UTC
Thanks
perrin
.
[reply]
In Section
Seekers of Perl Wisdom