my $pattern = /das will ich/; while () {  print "Passt: $_" if m/$pattern/; }