in reply to Re: Re: How does find() build its tree.
in thread How does find() build its tree.
find({ wanted => \&wanted, preprocess => sub { sort { -M $a <=> -M $b } @_; }, }, '.');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: How does find() build its tree.
by Ras (Acolyte) on Jan 29, 2002 at 00:54 UTC |