From: Jarkko Hietaniemi Date: Wed, 5 Sep 2001 16:26:17 +0000 (+0000) Subject: Clear up a documentation confusion noticed by Xiaoyun Wu X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=43dece2ab75d79010b4220d46295e13b03e10f25;p=p5sagit%2Fp5-mst-13.2.git Clear up a documentation confusion noticed by Xiaoyun Wu p4raw-id: //depot/perl@11888 --- diff --git a/lib/File/Find.pm b/lib/File/Find.pm index 0d6252a..eb4b2de 100644 --- a/lib/File/Find.pm +++ b/lib/File/Find.pm @@ -176,10 +176,13 @@ produces something like: ($File::Find::prune = 1); } +Notice the C<_> in the above C: the C<_> is a magical +filehandle that caches the information from the preceding +stat(), lstat(), or filetest. + Set the variable C<$File::Find::dont_use_nlink> if you're using AFS, since AFS cheats. - Here's another interesting wanted function. It will find all symbolic links that don't resolve: