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']);