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::_reset_globals);
        undef $NPH;
    }

The error I'm seeing is (taken from my Apache log files):

Wed Jan 19 11:33:45 2000] [error] Can't call method "register_cleanup" on an
undefined value at /usr/lib/perl5/5.00503/CGI.pm line 263.

Platform:  RedHat Linux 6.1 + from-scratch build of Apache 1.3.9, mod_perl
1.21

I'll be happy to provide more details.  I'd just like to take a first pass
at this, in case I'm doing something silly, i.e., overlooking something ob-
vious.

-- 

Richard Goerwitz                                [EMAIL PROTECTED]

Reply via email to