Help for this page

Select Code to Download


  1. or download this
    $apr = Apache::Request->new($r, DISABLE_UPLOADS => 1);
    my $args = $apache_request->param;
    
  2. or download this
    my %args = $r->method eq 'GET' ? $r->args : $r->content;