On 2/20/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
So here's the basic question. What method(s) do I use in standard mod_perl 2 modules to perform tasks similar to CGI.pm's param() method?
CGI.pm works fine and is not a kludge. If you want something faster and lighter, Apache2::Request (in the libapreq2 distribution) is it. - Perrin