my $buchstabe2 = $buchstabe."%"; my $buchstabe_q = $dbh->quote($buchstabe2); my $query = $dbh->prepare( "SELECT ort, ort_ue FROM ort WHERE bundesland_id = $bundesland_id AND ort LIKE $buchstabe_q" );