in reply to Opening every directory in the current directory
while (my $file=<*/foo/bar.txt>) { #Open/read $file and do Stuff } [download]