my $wert = "Hallo, wie geht's??"; my $sth = $dbh->prepare('Select from table where text = ?); $sth->execute($wert);