Description
Object-oriented file searches help Perl tools iterate directories with clearer state handling. Developers use this replacement for File::Find when they want an iterator-style API for recursive file discovery. It walks paths selected by caller code and may expose file names or metadata to callbacks.