in reply to Re: mod_perl and CGI variable lifetime puzzle
in thread mod_perl and CGI variable lifetime puzzle

Okay, I'll go back through all the scripts and instantiate one instance of CGI in the main sub, and then passed it to any subs being called. Also, if I had any lingering CGI.pm calls using the old function oriented calls rather than the object oriented calls, might that cause an issue?
  • Comment on Re^2: mod_perl and CGI variable lifetime puzzle

Replies are listed 'Best First'.
Re^3: mod_perl and CGI variable lifetime puzzle
by perrin (Chancellor) on May 14, 2005 at 16:30 UTC
    The function syntax isn't a problem.