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 you can just do my $req = POST $url, \%test; Which is good enough. Sorry for the lame post. Dp. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/