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. - Perrin