use LWP::Simple qw($ua); my $content = $ua->post("http://www.example.com", [first_name => 'Randal', last_name => 'Schwartz'])->content;