in reply to examine cell's content in HTML::TableExtract
for my $rox ($table->rows) { print join(',' , map {s/\n.*//sr} @$rox), "\n"; } [download]