my $string = '
Familie
'; my $bisZum = 'Familie'; print "MATCH\n" if($string =~ m/$bisZum/);