for $datei_aktuell ( @$dateien ) { open my $handle, '<', $datei_aktuell or die "$datei_aktuell: open failed: $!\n"; push @Handles, $handle; }