Re: [cgiapp] Problems with CGI and CGI::App in mod_perl

2002-09-11 Thread William McKee
On 10 Sep 2002 at 23:07, Lev Selector wrote: Are you using any global variables? If yes, it may cause strange problems when you work with mod_perl. Thanks for the suggestion. I try to stay away from globals except for a few that I declare with use vars. I always use strict so hopefully my

Re: [cgiapp] Problems with CGI and CGI::App in mod_perl

2002-09-10 Thread Mark Stosberg
On Tue, 10 Sep 2002, David Kaufman wrote: William McKee [EMAIL PROTECTED] wrote: Hi folks, I've recently begun using CGI::App in a mod_perl environment. The extra performance gains have been great, but lately I've been having problems with the CGI param method overriding the param

Re: [cgiapp] Problems with CGI and CGI::App in mod_perl

2002-09-10 Thread Lev Selector
William, Are you using any global variables? If yes, it may cause strange problems when you work with mod_perl. Regards Lev At 08:40 PM 9/10/2002 -0400, William McKee wrote: Hi David Mark, Thanks for the suggestions. Indeed, I did find another instance where I was using CGI that I have