Re: Parsing RSS feeds

2009-08-04 Thread Kwame Bahena
When you have some scripts ready, could you share them? Are you doing this for a blog? Best regards, In article <1233387242.4218.32.ca...@ar2.protva-net>, dro...@gmail.com (Roman Makurin) wrote: > В Сбт, 31/01/2009 в 09:05 +0200, Erez Schatz пишет: > > On 1/31/2009 8:45 AM, Roman Mak

Re: Parsing RSS feeds

2009-01-30 Thread Roman Makurin
В Сбт, 31/01/2009 в 09:05 +0200, Erez Schatz пишет: > On 1/31/2009 8:45 AM, Roman Makurin wrote: > > Hi All! > > > > Which is best way to parse(not create) RSS Feeds(0.9, 1.0 and 2.0) in > > perl ? I looked through XML::RSS, but it looks like mostly for creating > > feeds. > > It's also for parsin

Re: Parsing RSS feeds

2009-01-30 Thread Erez Schatz
On 1/31/2009 8:45 AM, Roman Makurin wrote: Hi All! Which is best way to parse(not create) RSS Feeds(0.9, 1.0 and 2.0) in perl ? I looked through XML::RSS, but it looks like mostly for creating feeds. It's also for parsing them. Try #!/usr/bin/perl use strict; use warnings; use XML::RSS; use

Parsing RSS feeds

2009-01-30 Thread Roman Makurin
Hi All! Which is best way to parse(not create) RSS Feeds(0.9, 1.0 and 2.0) in perl ? I looked through XML::RSS, but it looks like mostly for creating feeds. Thanks PS: Sorry for my English -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h..