From: Iain Truskett Date: Tue, 11 Feb 2003 08:38:52 +0000 (+1100) Subject: mini-[patch] perlrun "^$W" typo X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b40da9968f92efbefe4f1cf588b91fedd3811c60;p=p5sagit%2Fp5-mst-13.2.git mini-[patch] perlrun "^$W" typo Message-ID: <20030210213851.GC31721@ouroboros.anu.edu.au> p4raw-id: //depot/perl@18695 --- diff --git a/pod/perlrun.pod b/pod/perlrun.pod index cd84c79..83f615a 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 and L. See also L and L. A new, fine-grained warning