In the mod_perl 1.0 module, I currently have:
my %params = $r->method eq 'POST' ? $r->content : $r->args(); but running under mod_perl 2 I get the following error: Can't locate object method "content" via package "Apache2::RequestRec" Any hints are appreciated. Thanks. -Carlos