Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Asynchronous HTTP requests

by Loops (Curate)
on Nov 23, 2014 at 06:01 UTC ( [id://1108140]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use AnyEvent::Loop;
    use AnyEvent::HTTP;
    http_get 'http://yahoo.com', sub { my ($body, $hdr) = @_; die $hdr->{U
    +RL} };
    AnyEvent::Loop::run;
    
  2. or download this
    use AnyEvent::Loop;
    use AnyEvent::HTTP;
    ...
            http_get "http://$url", sub { say STDERR $url };
    }
    AnyEvent::Loop::run;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (5)
As of 2024-04-24 04:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found