Re: how to parse querystring in mod_perl without using cgi

2005-04-12 Thread Foo Ji-Haw
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/ppm

Re: how to parse querystring in mod_perl without using cgi

2005-04-11 Thread Randy Kobes
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? Doe

how to parse querystring in mod_perl without using cgi

2005-04-11 Thread Foo Ji-Haw
hello guys, 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(