Jerry D. Hedden [Thu, 26 Oct 2006 06:50:04 +0000 (23:50 -0700)]
From: "Jerry D. Hedden" <jdhedden@yahoo.com>
Message-ID: <
20061026135004.79720.qmail@web30211.mail.mud.yahoo.com>
p4raw-id: //depot/perl@29115
finddepth(\&wanted, @directories);
finddepth(\%options, @directories);
-C<finddepth()> works just like C<find()> except that is invokes the
+C<finddepth()> works just like C<find()> except that it invokes the
C<&wanted> function for a directory I<after> invoking it for the
directory's contents. It does a postorder traversal instead of a
preorder traversal, working from the bottom of the directory tree up