From: Ian Phillipps Date: Sat, 21 Aug 1999 12:36:12 +0000 (+0100) Subject: Re: [ID 19990820.007] Small typo in perlsyn.pod X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0eb389d527ba6573736dda38fa906f58756ce9ae;p=p5sagit%2Fp5-mst-13.2.git Re: [ID 19990820.007] Small typo in perlsyn.pod To: Hans GINZEL , perl5-porters@perl.org Message-ID: <19990821123612.A9955@homer.diplex.co.uk> p4raw-id: //depot/cfgperl@4178 --- diff --git a/pod/perlsyn.pod b/pod/perlsyn.pod index 680ecb9..0dd842d 100644 --- a/pod/perlsyn.pod +++ b/pod/perlsyn.pod @@ -155,7 +155,7 @@ C an C goes with. If you use C in place of C, the sense of the test is reversed. The C statement executes the block as long as the expression is -true (does not evaluate to the null string (C<""> or C<0> or C<"0">). +true (does not evaluate to the null string C<""> or C<0> or C<"0">). The LABEL is optional, and if present, consists of an identifier followed by a colon. The LABEL identifies the loop for the loop control statements C, C, and C.