Thanks Randy, for the insight.
For those Perl programmers who want to know how to download Randy's list of Perl packages, access the list at http://theoryx5.uwinnipeg.ca/ppms/.
To install the package (from ActiveState Perl 5.8 PPM), type the following: ppm install http://theoryx5.uwinnipeg.ca/ppms/<package name>
For example: ppm install http://theoryx5.uwinnipeg.ca/ppms/libapreq2.ppd
I will test out apache::request and hope it will help me stay away from using the CGI module!
Randy Kobes wrote:
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.
_______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
