Distinguish between "identifier" and full variable name
Perl 5 Porters [Wed, 1 May 1996 07:35:10 +0000 (07:35 +0000)]
pod/perlrun.pod

index 4f6294c..3761398 100644 (file)
@@ -415,7 +415,7 @@ Prints to STDOUT the value of the named configuration variable.
 
 =item B<-w>
 
-prints warnings about identifiers that are mentioned only once, and
+prints warnings about variable names that are mentioned only once, and
 scalar variables that are used before being set.  Also warns about
 redefined subroutines, and references to undefined filehandles or
 filehandles opened readonly that you are attempting to write on.  Also