I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2007-07-01 11:59:49-07 by sani723
What exactly is XML FEED
hi, i am 100% new to this XML::FEED thing, i want to know what exactly is this and is it like RSS Feed and Atom Feed or something else. any answer will be appreciated.
Direct Responses: 6208 | Write a response
Posted on 2007-10-09 10:06:05-07 by shlomif in response to 5596
Re: What exactly is XML FEED
First of all, it is "XML::Feed" not "XML::FEED". XML::Feed allows you to fetch Atom and RSS feeds, convert them to different formats, merge them, filter them, and manipulate them in other ways. It provides a uniform interface for Atom and the various versions of RSS, and is otherwise very convenient. Hope it helped answer your question. Regards, Shlomi Fish
Direct Responses: Write a response