Re: CGI/mod_perl strangeness...

2000-05-31 Thread Bruce W. Hoylman
> "Trevor" == Trevor Phillips <[EMAIL PROTECTED]> writes: Trevor> Thing is, this is from an Apache Perl module using mod_perl, Trevor> not from a CGI using CGI.pm (as this line is printed to Trevor> stderr when you supposedly run a CGI from the command Trevor> prompt). A cod

Re: CGI/mod_perl strangeness...

2000-05-30 Thread Kenneth Lee
I've posted this to the list two days before. Look for the thread "Strange thing about CGI::Cookie?". All you have to do is put "$CGI::NO_DEBUG = 1" before CGI::Cookie->parse, or in BEGIN {} if you prefer. Trevor Phillips wrote: > > I'm getting in my Apache Error Log file: >(offline mode:

CGI/mod_perl strangeness...

2000-05-30 Thread Trevor Phillips
I'm getting in my Apache Error Log file: (offline mode: enter name=value pairs on standard input) Thing is, this is from an Apache Perl module using mod_perl, not from a CGI using CGI.pm (as this line is printed to stderr when you supposedly run a CGI from the command prompt). Now, all I can