Change 18695 by rgs@rgs-home on 2003/02/11 20:00:23

        Subject: mini-[patch] perlrun "^$W" typo
        From: Iain Truskett <[EMAIL PROTECTED]>
        Date: Tue, 11 Feb 2003 08:38:52 +1100
        Message-ID: <[EMAIL PROTECTED]>

Affected files ...

... //depot/perl/pod/perlrun.pod#72 edit

Differences ...

==== //depot/perl/pod/perlrun.pod#72 (text) ====
Index: perl/pod/perlrun.pod
--- perl/pod/perlrun.pod#71~18649~      Mon Feb  3 14:00:21 2003
+++ perl/pod/perlrun.pod        Tue Feb 11 12:00:23 2003
@@ -796,7 +796,7 @@
 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
End of Patch.

Reply via email to