diff options
author | Perl 5 Porters <perl5-porters@africa.nicoh.com> | 1996-05-01 07:35:10 +0000 |
---|---|---|
committer | Charles Bailey <bailey@genetics.upenn.edu> | 1996-05-01 07:35:10 +0000 |
commit | 049cd8b0ad62c9f389c1e88410b450e3e92a2de0 (patch) | |
tree | 50e4e8607ea5ebe7f2779b3d52dea9b2abdc4d6c /pod/perlrun.pod | |
parent | 6309d9d90a59035800a1d2527d034808686c91b0 (diff) | |
download | perl-049cd8b0ad62c9f389c1e88410b450e3e92a2de0.tar.gz |
Distinguish between "identifier" and full variable name
Diffstat (limited to 'pod/perlrun.pod')
-rw-r--r-- | pod/perlrun.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod index 4f6294cc69..3761398d4d 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -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 |