Herve Guillemet <[EMAIL PROTECTED]> writes: > Am I wrong, or there is no way (using the Perl modules at least) to > easily probe for a parameter in the query string only ? Just like > body() only probes the request body ?
Yes, it's called $req->args and it works exactly the same way as $req->body. But it completely ignores any POST data. -- Joe Schaefer
