![]() |
|
Problems? Is your data what you think it is? | |
PerlMonks |
Re: Parsing multiple RSS filesby jethro (Monsignor) |
on Oct 23, 2013 at 21:25 UTC ( [id://1059353]=note: print w/replies, xml ) | Need Help?? |
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:
In Section
Seekers of Perl Wisdom
|
|