X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlintro.pod;h=9973fd62c1b3120c8134766ab2707e105cf17be7;hb=8d159ec130d0a3a6340d8398c9db207a5efafc87;hp=b069c5196027953b404206471b3232ef51e93a1c;hpb=514f8bac36131e6028eb1b3cae7cb2afa3328a60;p=p5sagit%2Fp5-mst-13.2.git 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