Help for this page

Select Code to Download


  1. or download this
    $JSRequest = new HTTP::Request;
    # create new request
    ...
    
    $JSRequestResult = $ua->request($JSRequest);
    # save response of the request stored in $JSRequest
    
  2. or download this
    $JSRequest = POST "$site", %choices;
    
  3. or download this
    $JSRequest = POST "$site", \%choices;