in reply to How to get File::Find to return a list?

Me again. Basically I want to use find like grep: my @files = find { -M > 20 } @DIRS;