# html-table style print "\n"; foreach my $row (@$res) { print "\t\n"; print map { "\t\t\n" } @$row; print "\t\n"; } print "
$_
\n";