I was wondering about how one could use the get command on an array of URLs via LWP::Simple. I'm just filtering the code so it doesn't matter if all the source from all of the URLS is dumped into one scalar variable.
essentially, how can I make this work...
@array = (' ' '
my $URLtest = get("@array");
print "$URLtest\n";
essentially, how can I make this work...
@array = (' ' '
my $URLtest = get("@array");
print "$URLtest\n";