diff options
-rw-r--r-- | lib/File/Find.pm | 5 |
1 files changed, 4 insertions, 1 deletions
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<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: |