|
|
| Do you know where your variables are? | |
| PerlMonks |
Re: mod_perl / Apache::Registry accidental closuresby runrig (Abbot) |
| on Jul 21, 2006 at 20:29 UTC ( #562939=note: print w/ replies, xml ) | Need Help?? |
|
When I was bitten by this, I wanted static variables for some functions. I had something like this (very simplified example): The solution was to move all such subroutines into modules where they wouldn't get wrapped by Apache::Registry.
In Section
Tutorials
|
|
||||||||||||||||||||