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