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