print ""; while (my @array = $sth->fetchrow_array()){ print ""; } print "
"; print "@array\n"; print "
";