in reply to HTML::TableExtract problem

In $te->parse_file("$doc_html") the argument is supposed to be the filename of the html file. Use $te->parse($doc_html) to parse a string.

Replies are listed 'Best First'.
Re^2: HTML::TableExtract problem
by bkerr (Initiate) on Sep 04, 2013 at 08:56 UTC
    yes, In the mean time i found that silly mistake myself!! appreciate the quick answer! Thanks!