Change 33713 by [EMAIL PROTECTED] on 2008/04/18 12:51:41

        Subject: [perl #52860] [PATCH] Incorrect variable name in perlintro 
        From: Matt Kraai (via RT) <[EMAIL PROTECTED]>
        Date: Sun, 13 Apr 2008 15:56:37 -0700
        Message-ID: <[EMAIL PROTECTED]>

Affected files ...

... //depot/perl/pod/perlintro.pod#17 edit

Differences ...

==== //depot/perl/pod/perlintro.pod#17 (text) ====
Index: perl/pod/perlintro.pod
--- perl/pod/perlintro.pod#16~33712~    2008-04-18 05:49:26.000000000 -0700
+++ perl/pod/perlintro.pod      2008-04-18 05:51:41.000000000 -0700
@@ -302,7 +302,7 @@
 Using C<my> in combination with a C<use strict;> at the top of
 your Perl scripts means that the interpreter will pick up certain common
 programming errors.  For instance, in the example above, the final
-C<print $b> would cause a compile-time error and prevent you from
+C<print $y> would cause a compile-time error and prevent you from
 running the program.  Using C<strict> is highly recommended.
 
 =head2 Conditional and looping constructs
End of Patch.

Reply via email to