For Programmers: Free Programming Magazines  


Home > Archive > PERL Beginners > September 2006 > How to retrieve the HTML file from RSS feeds









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author How to retrieve the HTML file from RSS feeds
CookieCC

2006-09-06, 7:57 am

Hello Everyone!~

I wanna make a small tool which can retrieve the HTML file from the
information (links) in the RSS feed. Is there any smart way to do this?


Thanks
Qrz

Paul Lalli

2006-09-06, 7:57 am

CookieCC wrote:

> I wanna make a small tool which can retrieve the HTML file from the
> information (links) in the RSS feed. Is there any smart way to do this?


Sure. Parse the RSS file with an RSS parser, and retrieve the HTML
file with one of the LWP modules. Visit http://search.cpan.org to find
both.

I recommend you take a look at XML::RSS::Parser and LWP::Simple

Paul Lalli

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com