use File::Find::Rule; my $rule = File::Find::Rule->new; $rule->file; $rule->name( '*.tmp' ); $rule->start($startdir); while (my $file = $rule->match) { print "$file\n"; }
In reply to Re: stream results directly to a file
by mattriff
in thread stream results directly to a file
by bengmau
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |