use File::Find; my @files; find( { wanted => sub { push @files, $File::Find::name if -M; } }, '/dir' );
In reply to Re: How to get File::Find to return a list?
by borisz
in thread How to get File::Find to return a list?
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |