Help for this page

Select Code to Download


  1. or download this
    $req = HTTP::Request->new('POST', $url, $header);
    
  2. or download this
    $req = HTTP::Request->new(POST => $url, $header);