in reply to RE: Re: CGI.pm Caching Issue
in thread CGI.pm Caching Issue
Note in the subroutine, the CGI object $q goes out of scope (and would thus be destroyed) at either of the return statements. btrott has it right -- Jellybean is a persistent environment like PERLEX or mod_perl, but CGI doesn't know that. We have to give it a hand.
|
---|
Replies are listed 'Best First'. | |
---|---|
RE: RE: RE: Re: CGI.pm Caching Issue
by takshaka (Friar) on May 12, 2000 at 03:55 UTC |