in reply to Re: Fetching a table data in a HMTL file
in thread Fetching a table data in a HMTL file
Use HTML::TreeBuilder to export your HTML into a perl data structure. use Data::Dumper to figure out how that structure looks and where in the whole structure the table you desire resides. Access the Table from the above information.