print "Konferenzen im $gesuchter_monat:\n"; while( my @row = $sth->fetchrow_array ){ print "\t",join("\t", @row),"\n"; }