The get() function of LWP::Simple does not know how to work with arrays, you need to give it URLs one by one. This is done with a loop. That would look like this:
foreach my $URL (@URL) { ... }
In reply to Re: Parsing multiple RSS files
by jethro
in thread Parsing multiple RSS files
by perl.j
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |