[...] $sql = qq{ INSERT INTO dat2  VALUES (?)}; $sth = $dbh->prepare($sql); $sth->execute(@zeile); [...]