http://www.perlmonks.org?node_id=883562


in reply to Fastest way to recurse through VERY LARGE directory tree

I suggest File::Find::Rule over File::Find. I've used it recently for Finding Temporary Files and it goes through ~1TB in under an hour.