Description
Incremental file discovery helps Perl programs process large directory trees without collecting every path first. Developers use this iterator in search tools, code scanners, and batch processors. It reads directory metadata for paths selected by the caller and leaves file actions to the surrounding code.