in reply to Re^4: HTML::TableExtract (parse table column from an HTML page)
in thread HTML::TableExtract (parse table column from an HTML page)
Change your second line to:
use HTML::TableExtract qw( tree );You also need to change your print line to:
print $tree->cell(0,0)->as_text;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: HTML::TableExtract (parse table column from an HTML page)
by cafaro (Novice) on Oct 07, 2007 at 12:50 UTC | |
by erroneousBollock (Curate) on Oct 07, 2007 at 13:11 UTC | |
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 07, 2007 at 13:02 UTC |