in reply to Hints & Tips on passing HTML?

Here's a suggestion from left field: use XML::LibXML to read the HTML files (libxml supports reading HTML which is not well-formed XML) and use XPath expressions to locate the data items you're after.

Replies are listed 'Best First'.
Re: Re: Hints & Tips on passing HTML?
by Hofmator (Curate) on Feb 28, 2003 at 09:43 UTC
    to add a pointer, this (using XML::LibXML) is exactly what IlyaM did very recently here.

    -- Hofmator