Re: Problems w/ CGI under mod_perl

2000-01-26 Thread Doug MacEachern
> perhaps you should call > > Apache->request->new($r)->register_cleanup(\&CGI::_reset_globals); there is no Apache::new method the problem here (which has come up many times in the past), is that CGI.pm uses the Apache->request method to get a reference to the global $r. this normally isn't

Re: Problems w/ CGI under mod_perl

2000-01-19 Thread David McCabe
> From: "Richard L. Goerwitz" <[EMAIL PROTECTED]> > Date: Wed, 19 Jan 2000 11:44:58 -0500 > Subject: Problems w/ CGI under mod_perl > To: [EMAIL PROTECTED] > > Problem I am noticing emanates from CGI->new(). Here's the section of > code: >

Re: Problems w/ CGI under mod_perl

2000-01-19 Thread James G Smith
"Richard L. Goerwitz" <[EMAIL PROTECTED]> wrote: >Before I turn everything inside out, let me ask a quick question: Has >anyone encountered problems using CGI and CGI::Cookie with mod_perl? The >Problem I am noticing emanates from CGI->new(). Here's the section of >code: > >if ($MOD_PERL) {

Re: Problems w/ CGI under mod_perl

2000-01-19 Thread Ken Y. Clark
On Wed, 19 Jan 2000, Richard L. Goerwitz wrote: > Before I turn everything inside out, let me ask a quick question: Has > anyone encountered problems using CGI and CGI::Cookie with mod_perl? The > Problem I am noticing emanates from CGI->new(). Here's the section of > code: > > if ($MOD_P

Problems w/ CGI under mod_perl

2000-01-19 Thread Richard L. Goerwitz
Before I turn everything inside out, let me ask a quick question: Has anyone encountered problems using CGI and CGI::Cookie with mod_perl? The Problem I am noticing emanates from CGI->new(). Here's the section of code: if ($MOD_PERL) { Apache->request->register_cleanup(\&CGI::_rese