in reply to Re^2: Queries on HTML::TableExtract - How to parse from saved html file
in thread Queries on HTML::TableExtract - How to parse from saved html file

there are such things as "css div tables" that use div and css and look like tables in modern browsers but aren't, tableextract won't help you with those
  • Comment on Re^3: Queries on HTML::TableExtract - How to parse from saved html file

Replies are listed 'Best First'.
Re^4: Queries on HTML::TableExtract - How to parse from saved html file
by howdoesitwork (Initiate) on Aug 13, 2012 at 01:54 UTC
    hmm, i took a good hard look at the code of the page im extracting from.. it is definitely table tags.. however there aren't any headers, so that seems to be why I can't use TableExtract. looking into Table.pm now, http://www.perlmonks.org/?node_id=52723