Re: LWP / HTTP content
2008/10/6 Dermot <[EMAIL PROTECTED]>: > Hi, > > use HTTP::Request::Common qw(POST); > > my $req = POST $url, [user => '[EMAIL PROTECTED]', passwd => > 'B3NzaC1yo7393Cbonx2a1xd562LiCjtYwU7LAb' , contrib => $code]; > That was wrong of me. I should have tested more before I hit send. Of course
LWP / HTTP content
Hi, I am trying to configure a POST request using LWP to post the hash below. my %test = ( user=> '[EMAIL PROTECTED]', passwd => 'B3NzaC1yo7393Cbonx2a1xd562LiCjtYwU7LAb', contrib => $code, name => $name, id