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