2008/9/23 Perrin Harkins <[EMAIL PROTECTED]> > On Tue, Sep 23, 2008 at 12:32 PM, John Drago <[EMAIL PROTECTED]> wrote: > > Ha no not really. Somehow everything else must suffer (usability, > debugging, intuitiveness, etc) so that we can have a *fast* web programming > environment. (Yay!) > > While I agree that the splitting of the APIs you're referring to is > strange and confusing, this actually has nothing to do with that. > There is no parsing of form data in $r->args built into mod_perl 2 > because the previous attempt at it in mod_perl 1 was broken and > considered a bad idea in retrospect. Both libapreq2 and the standard > CGI module provide robust and easy-to-use parsing of form data for > mod_perl 2.
Thanks for the replies. Apache2::Request has the method I needed. Sorry that I missed it from the docs. Using CGI.pm looked odd because I was not doing any CGI anywhere. Thank You, Himanshu > > > - Perrin >