in reply to Problem Parsing with HTML::TableExtract
updated. meant table_states()my @all_tables = $te->table_states; my @all_rows = @{ $all_tables[0]->rows }; print Dumper $all_rows[-1];
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Problem Parsing with HTML::TableExtract
by monkfan (Curate) on Dec 07, 2005 at 07:11 UTC |