in reply to Pulling in an RSS feed for parsing

To parse RSS-files, I would recommend to use XML::RSS...

Replies are listed 'Best First'.
Re^2: Pulling in an RSS feed for parsing
by lestrrat (Deacon) on Jun 07, 2005 at 13:31 UTC

    Last time I checked XML::RSS leaked memory like there's no tomorrow, so I ended up writing my own parser based on XML::LibXML. XML::RSS surely useful, but you have to be careful with it, especially when you use it in a long-running process.

      Ever plan on releasing your module into CPAN?

          -Bryan

        XML::RSS::LibXML ;)

        it's more or less compatible with XML::RSS, but probably not 100%. Let me know if you see any problems