summaryrefslogtreecommitdiff
path: root/pod/perlrun.pod
diff options
context:
space:
mode:
authorIain Truskett <spoon@dellah.org>2003-02-11 19:38:52 +1100
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2003-02-11 20:00:23 +0000
commitb40da9968f92efbefe4f1cf588b91fedd3811c60 (patch)
tree4b5c496458637a78475fb70869548d07e40442b3 /pod/perlrun.pod
parent40b5b14f3b4cb7bd3fa8a9b351a18c2cc9240db0 (diff)
downloadperl-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.pod2
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