in reply to Re: Glob vs File::Util vs File::Find
in thread Glob vs File::Util vs File::Find
A related question: Has anyone benchmarked these against one another?
I am considering using either File::Util or File::Find to recursively walk a directory tree pulling out file metadata (size, mtime, etc.) with stat(), but I need to use the fastest possible method. Anyone know from previous experience which one that would be?
Thanks,
- Zen
|
|---|