use LWPx::ParanoidAgent; my $ua = LWPx::ParanoidAgent->new; $ua->timeout(30); my $response = $ua->post('server url', 'some nvp string');