Help for this page

Select Code to Download


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