Hi Roger: Yes I know of XML::RSS.
I ended up writing my own script to fetch the feeds urls from some blog/rss engines, and then parses it to XML::RSS. My only concern is not to do too many automated searches via these blog engines. So am looking at how to deal with this right now. Does anyone know if the WWW::Search::SomeEngines modules from cpan takes amount of automated searches into consideration ? I might end up contacting the author of these backends about this. I can't find anything about this from the POD docs for these backends that's provided in CPAN. Cheers. -----Original Message----- From: Roger Barnes [mailto:[EMAIL PROTECTED] Sent: Monday, 12 July 2004 09:31 To: Louis; [EMAIL PROTECTED] Subject: RE: [SLUG] RSS Url Fetcher ! XML::RSS - creates and parses. You'll need to retrieve the URL separately, then feed (ahem) the result into the parse method. http://search.cpan.org/~kellan/XML-RSS-1.04/ - Rog > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Louis > Sent: Sunday, 11 July 2004 12:32 AM > To: [EMAIL PROTECTED] > Subject: [SLUG] RSS Url Fetcher ! > > Hi: > > Does anyone know if there is a Perl module that retrieves RSS > urls from Blogs/RSS search engines ? > > I've looked through CPAN with no luck, but I may have missed > something. > > Thanks. > > -- > I'm always learning something new everyday. Thanks Sluggers. > -- > SLUG - Sydney Linux User's Group Mailing List - > http://slug.org.au/ Subscription info and FAQs: > http://slug.org.au/faq/mailinglists.html > > -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
