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