in reply to Re: Opening every directory in the current directoryin thread Opening every directory in the current directory
@DirList = grep { -f "$some_directory/$_/foo/bar.txt" } readdir DIR; [download]