$te = HTML::TableExtract->new(depth => 0); $te->parse($content); $te->first_table_found; print $te->cell(2,2);