You can get more information by looking in lwpcook.(pod|html) that came with libwww-perl.use LWP::UserAgent; my $ua = LWP::UserAgent->new; my $req = HTTP::Request->new(POST => 'http://www.foobar.com/cgi-bin/fo +obar'); $req->content_type('application/x-www-form-urlencoded'); $req->content('foobar=5'); my $res = $ua->request($req); print $res->as_string;
In reply to Re: Did I have to roll my own?
by c-era
in thread Did I have to roll my own?
by spaz
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |