On Fri, 2004-04-09 at 12:00, Jeremy Silva wrote:
> The simple answer, is to not use the default CGI.pm module, but instead 
> use the CGI::Simple module instead.  From what I've read, it is faster 
> than the default CGI module.

Glad to hear CGI::Simple is working for you.  CGI.pm's mod_perl support
is somewhat tricky, because it uses a lot of global variables.  However,
it does work.  If it didn't work for you, it was probably due to a
scoping problem somewhere in your code, like an unintentional closure. 
If you have further problems with apparent caching, look for something
like that.

- Perrin




-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to