
himanshu.garg at gmail
Sep 23, 2008, 8:06 AM
Views: 725
Permalink
|
|
How to extract name/value pairs from the query string?
|
|
Hi, What is the recommended module to get the name/value pairs from the query string. Apache2::RequestRec::args comes close but there must be something easier to use. sub login_response { my $r = shift; my $args = $r->args(); ... } Thanks, Himanshu
|