in reply to Perl copy Text from file to Script
print "$file[1]\n"; ... my $response = $ua->get($file[0]);
So what do you get when you print out $file[0] instead of $file[1]? Does it hold the URL? Or, in case $file[1] should hold the URL, what happens if you pass it to ->get()?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl copy Text from file to Script
by Appy16 (Sexton) on Mar 22, 2010 at 08:53 UTC | |
by almut (Canon) on Mar 22, 2010 at 09:00 UTC |