On Fri, 2004-06-04 at 14:49, Bill Moseley wrote:
> With PerlSetupEnv OFF $cgi->param('foo') returns undef.  I'm sure this
> is suppose to work

"Scripts using the CGI.pm module require PerlSetupEnv On because that
module relies on a properly populated CGI environment table."

http://perl.apache.org/docs/1.0/guide/performance.html#PerlSetupEnv_Off

It doesn't use it very much, but it does use it.  If you wanted to, you
could probably change a few lines in CGI.pm and get it to work without
%ENV populated.

- Perrin


-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to