my $req = POST $url, [download]
$req = new HTTP::Request(POST => $url); [download]
In reply to Re: Put file on webserver via HTTP by pajout in thread Put file on webserver via HTTP by PugSA