Try (based on the HTTP::Request::Common docs):
use HTTP::Request::Common; my $ua = LWP::UserAgent->new; my $res = $ua->request(POST 'http://100.100.100.100/ReceivingPage.asp' +, [username => 'test', password => 'test']);
In reply to Re: POSTing QueryString data using LWP::UserAgent
by gav^
in thread POSTing QueryString data using LWP::UserAgent
by screamingeagle
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |