$mech->get($url); $content = $mech->content();
$te = HTML::TableExtract->new(depth => 0); $te->parse($content); $te->first_table_found; print $te->cell(2,2);
# Error I receive: # Can't locate object method "cell" via package "HTML::TableExtract"
In reply to HTML::TableExtract (parse table column from an HTML page) by cafaro
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |