Some comments:
sub wanted { return if $_ eq '.' or $_ eq '..'; # matching /\./ might throw way too much push( @dirlist, $File::Find::name ) if -d $File::Find::name; # use push instead, # only if we are dealing with a directory }
In reply to Re: recursively scanning directories
by grinder
in thread recursively scanning directories
by Sadmachine
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |