evergreen has asked for the wisdom of the Perl Monks concerning the following question:
$r = shift; $cgi = Apache2::Request->new($r); $r->discard_request_body; # efficiently parses the request body my $parser_status = $cgi->param_status(); if ($parser_status ne 'Success') { $parser_error = $parser_status; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Apache2::Request Internal apreq error
by thanos1983 (Parson) on Mar 14, 2019 at 09:05 UTC | |
by evergreen (Novice) on Mar 15, 2019 at 02:47 UTC | |
by thanos1983 (Parson) on Mar 15, 2019 at 07:01 UTC |