use warnings; use strict; use File::Find::Rule; File::Find::Rule->file->exec( sub { print $_[2], "\n"; return 0; } )->in('/path');
In reply to Re^5: Fastest way to recurse through VERY LARGE directory tree
by eff_i_g
in thread Fastest way to recurse through VERY LARGE directory tree
by puterboy
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |