- or download this
$mech->get($url);
$content = $mech->content();
- or download this
$te = HTML::TableExtract->new(depth => 0);
$te->parse($content);
$te->first_table_found;
print $te->cell(2,2);
- or download this
# Error I receive:
# Can't locate object method "cell" via package "HTML::TableExtract"