$sql = qq{INSERT INTO Karten_ID (ID,Edition,Kartenname) values (NULL,?,?)}; $sth = $dbh->prepare( $sql ); $sth->execute($2,$1);