Help for this page
my @tables = $tree->findnodes('//table'); my $table = $tables[12];
my @cells = $row->findnodes('td')
for my $cell (@cells)... print $cell->as_text