X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlintro.pod;h=ee4a0118c86b310a52e2392edfba158d0ae4677f;hb=50de6d7ea6627af63fe7cc0e7a62e105a73a0565;hp=0d96c97dccbe100b829423b5f7703f37812b303b;hpb=2cd1776c1779fda5b6df8baba77742b2f09eb9e2;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlintro.pod b/pod/perlintro.pod index 0d96c97..ee4a011 100644 --- a/pod/perlintro.pod +++ b/pod/perlintro.pod @@ -351,7 +351,7 @@ Exactly like C: } The C style for loop is rarely needed in Perl since Perl provides -the the more friendly list scanning C loop. +the more friendly list scanning C loop. =item foreach