in reply to more string / list confusion

wog is very right, I believe... you could do...
my $reqs = [map { HTTP::Request->new('GET', "http://$_") } @urls];
if you do not want to type the http at the front

                - Ant
                - Some of my best work - Fish Dinner