$dbh->do('INSERT INTO btergebnis ('.join(',', @spalten).') VALUES ('.join(',', ('?') x @werte).') ', undef, @werte);