Re: RSS aggregator

2004-02-25 Thread Wiggins d Anconia
> How would I go about writing an RSS aggregator that would output to a text > file? > This seems to be a habit... you may want to start here: http://www.catb.org/~esr/faqs/smart-questions.html Having finished that, always a good place to start: http://search.cpan.org/search?query

RE: RSS aggregator

2004-02-25 Thread Charles K. Clarkson
Joel <[EMAIL PROTECTED]> wrote: : : How would I go about writing an RSS aggregator that would : output to a text file? I used XML::RSS to do something similar recently. It did all the grunt work and I just used a template for the output. HTH, Charles K. Clarkson -- Mobile

Re: RSS aggregator

2004-02-25 Thread Daniel R. Anderson
Joel wrote: How would I go about writing an RSS aggregator that would output to a text file? Joel Check CPAN. There are RSS modules out there you can use and save yourself some work. -Dan -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <h

RSS aggregator

2004-02-25 Thread Joel
How would I go about writing an RSS aggregator that would output to a text file? Joel -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>