print "\n"; foreach my $row (@$db_results) { print "\t\n"; foreach my $col (@$row) { print "\t\t\n"; } print "\t\n"; } print "
$col
\n";