in reply to Fetching a table data in a HMTL file

In the search engine form type html table, like html table, and be amazed at the results :)
  • Comment on Re: Fetching a table data in a HMTL file

Replies are listed 'Best First'.
Re^2: Fetching a table data in a HMTL file
by tusty (Novice) on Mar 22, 2011 at 12:43 UTC
    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.