diff options
author | Iain Truskett <spoon@dellah.org> | 2003-02-11 19:38:52 +1100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-02-11 20:00:23 +0000 |
commit | b40da9968f92efbefe4f1cf588b91fedd3811c60 (patch) | |
tree | 4b5c496458637a78475fb70869548d07e40442b3 /pod/perlrun.pod | |
parent | 40b5b14f3b4cb7bd3fa8a9b351a18c2cc9240db0 (diff) | |
download | perl-b40da9968f92efbefe4f1cf588b91fedd3811c60.tar.gz |
mini-[patch] perlrun "^$W" typo
Message-ID: <20030210213851.GC31721@ouroboros.anu.edu.au>
p4raw-id: //depot/perl@18695
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 cd84c797e4..83f615a116 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -796,7 +796,7 @@ to write on, values used as a number that doesn't look like numbers, using an array as though it were a scalar, if your subroutines recurse more than 100 deep, and innumerable other things. -This switch really just enables the internal C<^$W> variable. You +This switch really just enables the internal C<$^W> variable. You can disable or promote into fatal errors specific warnings using C<__WARN__> hooks, as described in L<perlvar> and L<perlfunc/warn>. See also L<perldiag> and L<perltrap>. A new, fine-grained warning |