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 set

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_PERL) {

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) {