in reply to How does find() build its tree.

When in doubt, RTFS. Specifically, _find_opt and _find_dir are what does the real work.

less `perl -MFile::Find -le 'print $INC{"File/Find.pm"}'`

Replies are listed 'Best First'.
Re: Re: How does find() build its tree.
by chromatic (Archbishop) on Jan 28, 2002 at 23:52 UTC
    Ouch. perldoc -m File::Find.