I need code in Perl for requesting and parsing ATOM and RSS feeds. Is there a CPAN module(s) for that?
views:
527answers:
4Beware of at least http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=libxml-feedpp-perl;dist=unstable but it's the best thats out there, AFAIK.
derobert
2008-12-28 13:54:52
+8
A:
Almost any time that you ask "How can I do X in Perl?", the answer is to look at CPAN Search to find the module that does it.
To download from the web, the LWP family of modules can help you. To parse the documents, try something with Feed, RSS, or Atom in the name.
brian d foy
2008-12-27 19:56:50
Brian, this isn't as helpful as you might hope in this case: searching for 'RSS' and a few other terms tends to get you writers, plugins for other tools and old, dead modules and any signal in there is drowned out by noise.
ijw
2009-06-15 12:02:32