Help for this page

Select Code to Download


  1. or download this
          if ($meth eq 'POST' || $meth eq 'PUT') {
          if ( $content_length > 0 ) {
    ...
          # $query_string .= (length($query_string) ? '&' : '') . $ENV{'QU
    +ERY_STRING'} if defined $ENV{'QUERY_STRING'};
          last METHOD;
          }