use HTTP::Request::Common; $ua = LWP::UserAgent->new; $ua->request(POST 'http://somewhere/foo', [foo => bar, bar => foo]); #### my $Page = $Browser->request(POST $URLtoPostTo, [%Fields]);