my $sth = $dbh->prepare(qq{INSERT INTO tabelle (Feld1,Feld2,Feld3,Feld4) VALUES(?,?,?,?)}); $sth->execute($wert1,$wert2,$wert3,$wert4);