in reply to Re^6: HTML::TableExtract (parse table column from an HTML page)
in thread HTML::TableExtract (parse table column from an HTML page)
Try this to see whether HTML::TableExtract (which ISA HTML::Parser) has correctly parsed the HTML:
$te->parse($content) || die "couldn't parse HTML\n";
-David
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: HTML::TableExtract (parse table column from an HTML page)
by cafaro (Novice) on Oct 07, 2007 at 13:49 UTC | |
by Not_a_Number (Prior) on Oct 07, 2007 at 20:42 UTC | |
by cafaro (Novice) on Oct 08, 2007 at 15:25 UTC | |
by Not_a_Number (Prior) on Oct 08, 2007 at 20:22 UTC | |
by cafaro (Novice) on Oct 10, 2007 at 15:51 UTC | |
|