use strict; use HTTP::Request::Common; use LWP::UserAgent; my $ua = LWP::UserAgent->new; $ua->request(POST 'http://somewhere/foo.cgi', [foo => "bar", bar => "foo"]);
In reply to Re: post data to a remote cgi script with a perl script?
by meetraz
in thread post data to a remote cgi script with a perl script?
by fibbi
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |