http://qs321.pair.com?node_id=1219512


in reply to Parse html file

Honestly, the answer to that question depends on your constraints:

A regex is probably the quick-and-dirty way, but is also the most likely to break if the data changes. There are several Tutorials here of modules designed to work with HTML (and several others designed to work with XML, but may also be of use).

Given the time, were it me I would consider looking at those various Tutorials and experimenting with the modules shown there, but as I said, it depends on your criteria.

Hope that helps.