On Mon, 11 Apr 2005, Foo Ji-Haw wrote: > I've been reading the documentation in > listserv.activestate.com, for documentation on the > replacement for CGI->param() in apache2 mod_perl. It > seems that Apache::Request is not yet available, at least > not on the Win32 platform. Is this correct? Does this mean > I am back to CGI->param()?
For mod_perl-2, you need to use the libapreq2 package, which contains Apache::Request and friends - this is available at http://theoryx5.uwinnipeg.ca/ppms/ for Win32 ActivePerl 8xx. -- best regards, randy _______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
