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