From: Matt Kraai Date: Sun, 13 Apr 2008 15:56:37 +0000 (-0700) Subject: [perl #52860] [PATCH] Incorrect variable name in perlintro X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=432fb0a0d3d35f4a3937889f2c65086f2da4cd89;p=p5sagit%2Fp5-mst-13.2.git [perl #52860] [PATCH] Incorrect variable name in perlintro From: Matt Kraai (via RT) Message-ID: p4raw-id: //depot/perl@33713 --- diff --git a/pod/perlintro.pod b/pod/perlintro.pod index b069c51..9973fd6 100644 --- a/pod/perlintro.pod +++ b/pod/perlintro.pod @@ -302,7 +302,7 @@ are defined. Using C in combination with a C 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 would cause a compile-time error and prevent you from +C would cause a compile-time error and prevent you from running the program. Using C is highly recommended. =head2 Conditional and looping constructs