Change 11888 by jhi@alpha on 2001/09/05 16:26:17
Clear up a documentation confusion noticed by Xiaoyun Wu
<[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/lib/File/Find.pm#46 edit
Differences ...
==== //depot/perl/lib/File/Find.pm#46 (text) ====
Index: perl/lib/File/Find.pm
--- perl/lib/File/Find.pm.~1~ Wed Sep 5 10:30:05 2001
+++ perl/lib/File/Find.pm Wed Sep 5 10:30:05 2001
@@ -176,10 +176,13 @@
($File::Find::prune = 1);
}
+Notice the C<_> in the above C<int(-M _)>: 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:
End of Patch.