in reply to Re: Parse headlines to HTML file
in thread Parse headlines to HTML file

the way the content is being delivered changed (Sat receiver) so it is not an option. now looking to get some the headlines via the web.

Replies are listed 'Best First'.
Re^3: Parse headlines to HTML file
by hippo (Archbishop) on Sep 20, 2013 at 16:31 UTC

    So, it's really only the retrieval and parsing you are after since the rest of your old script would still apply? In which case look into LWP for the retrieval and HTML::Parser for the parsing. That should make fairly light work of it, hopefully.