push @$reqs, $value; #### my @url = qw( http://www.bbc.co.uk http://www.google.com http://www.perlmonks.org http://www.dhtmlcentral.com http://www.lycos.co.uk ); my $reqs = [map HTTP::Request->new('GET',$_), @url];