Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Transaction time for LWP::UserAgent GET

by sauoq (Abbot)
on Jul 24, 2003 at 02:20 UTC ( [id://277405]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $agent = LWP::UserAgent->new( timeout => 30 );
    
    # ...
    
    my $response = HTTP::Request->new( GET => $site );
    
  2. or download this
    my $get = HTTP::Request->new( GET => $site );
    
    # ...
    
    my $response = $agent->request( $get );
    

Log In?
Username:
Password:

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

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

    No recent polls found