use LWP::Simple; for ( @urls ) { getstore( $theUrl, $theOutputFile ) or warn "Failed to fetch $theUrl: $!\n"; }