in reply to How do you make File::Find a bit less ugly?
find sub { if(wantThis) { print "Here's a file I want: $File::Find::name\n"; } }, @directoryList; [download]