foreach my $datei (@dateien) { open (Inhalt,"<","$datei"); print $datei."\n" if grep {/logging/} ; close (Inhalt); }