|
|
| Perl: the Markov chain saw | |
| PerlMonks |
Re^2: Fastest way to recurse through VERY LARGE directory treeby runrig (Abbot) |
| on Jan 21, 2011 at 16:38 UTC ( [id://883571]=note: print w/replies, xml ) | Need Help?? |
|
Unless the OP needs the entire list of "tens of millions of files", I'd suggest not using File::Find::Rule, and I'd instead suggest an iterator or callback based routine (like File::Find). If you can process files one at a time, there's no need to build such a huge list.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||||||||