in reply to RSS Parser
You aren't saving it to a file in between, you are taking then entire contents of the RSS feed, and passing it to XML::RSS::Parser as a filename to be parsed, hence it is telling you that the filename is too long. You want to use $p->parse($rssresult) instead of $p->parsefile($rssresult).
| We're not surrounded, we're in a target-rich environment! |
|---|
|
|---|