mini-[patch] perlrun "^$W" typo
authorIain Truskett <spoon@dellah.org>
Tue, 11 Feb 2003 08:38:52 +0000 (19:38 +1100)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 11 Feb 2003 20:00:23 +0000 (20:00 +0000)
Message-ID: <20030210213851.GC31721@ouroboros.anu.edu.au>

p4raw-id: //depot/perl@18695

pod/perlrun.pod

index cd84c79..83f615a 100644 (file)
@@ -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