I would like to do something similar. I want to evaluate the directory path length. How can I adapt this code?my $rule = File::Find::Rule->new; $rule->file; $rule->name( '*.doc' ); $rule->name(length >= 50); my @files = $rule->in( @subdirs ); foreach(@files){ print OUT_FH "$_"; print OUT_FH "\n"; }
In reply to evaluating directory path length by Win
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |