summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael G. Schwern <schwern@pobox.com>2002-01-17 22:10:27 -0500
committerJarkko Hietaniemi <jhi@iki.fi>2002-01-18 14:37:02 +0000
commitf837ebe2acb7f4d6ce73b875146ed5385acd18b4 (patch)
treeb116fd2a5707270fd55177110bcc529a78a871b8
parent371d641567390bd2016757f6f2118a00e5896902 (diff)
downloadperl-f837ebe2acb7f4d6ce73b875146ed5385acd18b4.tar.gz
Re: [PATCH] Re: [ID 20020117.010] File::Find documentation
Message-ID: <20020118081027.GE7226@blackrider> p4raw-id: //depot/perl@14328
-rw-r--r--lib/File/Find.pm6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/File/Find.pm b/lib/File/Find.pm
index 50c23da3b1..ab7c189059 100644
--- a/lib/File/Find.pm
+++ b/lib/File/Find.pm
@@ -183,14 +183,16 @@ through a collection of variables.
=over 4
-=item C<$File::Find::dir> is the current directory name,
+=item C<$File::Find::dir> is the current directory name,
=item C<$_> is the current filename within that directory
-=item C<$File::Find::name> is the complete pathname to the file.
+=item C<$File::Find::name> is the complete pathname to the file.
=back
+Don't modify these variables.
+
For example, when examining the file /some/path/foo.ext you will have:
$File::Find::dir = /some/path/