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;
Comment on
Re: How to get File::Find to return a list?
Download
Code
In Section
Seekers of Perl Wisdom