Jim Albert wrote:
Lack of response on this tells me:
1. Nobody is using ModPerl::PerlRun any longer to run their scripts
under mod_perl. I doubt it.
Hopefully most people use Registry instead, but it has the same issue
with CGI.pm and subrequests.
2. There is an alternative to CGI.pm that is mod_perl safe. If there is
a mod_perl safe alternative to CGI.pm for use under ModPerl::PerlRun
scripts for things like retrieving input from QUERY_STRING and working
with cookies, please point me to what you use for this.
Pretty much all of the CGI.pm alternatives should work. That includes
libapreq, as well as things like CGI::Simple and the other "light"
alternatives on CPAN.
If you want to stick with CGI.pm, the solution you came up with is the
correct one.
- Perrin