Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

$threads->join() only returns one argument??? BUG?

by rr (Sexton)
on Jun 11, 2003 at 22:04 UTC ( [id://265203]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub _generic_http_get {
    ...
    return ($return_s, $return_h, $body_s, $ti);
    }
    
  2. or download this
    foreach(@threads) {
         my($status, $header, $body, $time) = $_->join();
         ...
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://265203]
Approved by djantzen
Front-paged by arthas
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (2)
As of 2024-04-20 03:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found