content/apreq/Apache-Request.html [102:109]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - my $status = $apr->parse;

 if ($status) {
     my $errmsg = $apr->notes("error-notes");
     ...
     return $status;
 }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



content/apreq/Apache-Request.html [117:124]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 my $status = $apr->parse;

 if ($status) {
     my $errmsg = $apr->notes("error-notes");
     ...
     return $status;
 }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -