Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

(ar0n) Re: Simple requests using LWP::UserAgent

by ar0n (Priest)
on Dec 06, 2001 at 00:32 UTC ( [id://129738]=note: print w/replies, xml ) Need Help??


in reply to Simple requests using LWP::UserAgent

You might want to check out HTTP::Request::Common as an easy way to build HTTP requests, e.g.:
use HTTP::Request::Common qw/POST GET/; my $req = POST $url, [ foo => "blah", bar => "hurg", stumbit => "sexisgood" ]; if ($lwp->request($req)->is_success()) { # ... }

[ ar0n -- want job (boston) ]

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://129738]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (1)
As of 2024-04-19 00:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found