> 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 until the response phase, unless you do it
yourself, which can be done with a line of config like so:
PerlPostReadRequestHandler 'sub { Apache->request(shift) }'
- How download data/file in http [Embperl 1.2.0] pg
- Problems w/ CGI under mod_perl Richard L. Goerwitz
- Re: Problems w/ CGI under mod_perl Ken Y. Clark
- Re: Problems w/ CGI under mod_perl Doug MacEachern
- Re: Problems w/ CGI under mod_perl James G Smith
- How download data/file in http [Embperl 1.2.0] Philippe Gobin
- Re: How download data/file in http [Embperl 1... Gerald Richter
