in reply to Extracting Data from an HTML table
One module you will want to check out is HTML::TableExtract
It allows parsing of HTML tables, even nested ones, which can be rather complicated to roll on your own.