Re: Precomiling CGI.pm and remembered values

2004-01-29 Thread Will Stranathan
Well, I did as you said, but the problem still seems to be with when I preload CGI in a startup script - the problem goes away when I don't precompile. See below. Will Stranathan wrote: I've looked at the mod_perl documentation on how to eliminate the problem of values being remembered when a

Re: Precomiling CGI.pm and remembered values

2004-01-28 Thread Perrin Harkins
Will Stranathan wrote: I've looked at the mod_perl documentation on how to eliminate the problem of values being remembered when a named inner subroutine accesses a lexical symbol. I *thought* I was doing things correctly, but when I precompile (or even preload) CGI, I get the same types of p

Precomiling CGI.pm and remembered values

2004-01-28 Thread Will Stranathan
I've looked at the mod_perl documentation on how to eliminate the problem of values being remembered when a named inner subroutine accesses a lexical symbol. I *thought* I was doing things correctly, but when I precompile (or even preload) CGI, I get the same types of problems, regardless. mod