Quoting Fred Moyer <[EMAIL PROTECTED]>:
See Apache2::Request, it mirrors the CGI param api.

In case you dont know, Apache2::Request is part of libapreq2 (http://httpd.apache.org/apreq/). IMO, using it is the best way to achieve what you're trying to do if you're developing for mod_perl only. (ie you don't care if the code will run under plain CGI or not)

Adam


Reply via email to