Help for this page

Select Code to Download


  1. or download this
    $req->content($postStr);
    
  2. or download this
    use HTTP::Request::Common;
    my $res = $ua->request(POST =>$url, [
    ...
      etcell2x1=>'Task',
      ...
    ]);