From 43dece2ab75d79010b4220d46295e13b03e10f25 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Wed, 5 Sep 2001 16:26:17 +0000 Subject: Clear up a documentation confusion noticed by Xiaoyun Wu p4raw-id: //depot/perl@11888 --- lib/File/Find.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/File') diff --git a/lib/File/Find.pm b/lib/File/Find.pm index 0d6252a50f..eb4b2dee28 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: -- cgit v1.2.1