in reply to HTML::TableExtract (parse table column from an HTML page)
-Davidmy $te = HTML::TableExtract->new(depth => 0); $te->parse($content); my $table = $te->first_table_found; my $tree = $table->tree; print $tree->cell(2,2);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: HTML::TableExtract (parse table column from an HTML page)
by cafaro (Novice) on Oct 07, 2007 at 11:23 UTC | |
by erroneousBollock (Curate) on Oct 07, 2007 at 11:25 UTC | |
by cafaro (Novice) on Oct 07, 2007 at 11:37 UTC | |
by erroneousBollock (Curate) on Oct 07, 2007 at 11:40 UTC | |
by cafaro (Novice) on Oct 07, 2007 at 11:45 UTC | |
by Not_a_Number (Prior) on Oct 07, 2007 at 12:40 UTC | |
by cafaro (Novice) on Oct 07, 2007 at 12:50 UTC | |
|