Help for this page
push @$reqs, $value;
my @url = qw( http://www.bbc.co.uk ... ); my $reqs = [map HTTP::Request->new('GET',$_), @url];