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 method in
> > CGI::App. It's very strange behavior which I've tried to track down
> > using a single httpd process and the Perl debugger.

I seem to remember something like this happened to me once /without/
mod_perl. If I remember correctly, I had a stray "use CGI" in my code
which was causing problems-- I should have been using the CGI object
built-in to  CGI::App instead. (If I've remembering correctly...)

  -mark


http://mark.stosberg.com/


---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/cgiapp@lists.vm.com/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to