my $stmt = "INSERT INTO table VALUES(?,?,?)"; my $sth = $dbh->prepare($stmt) or die $dbh->errstr(); $sth->execute($angaben,$nr,$ip) or die $dbh->errstr();