From: Daniel Frederick Crisman Date: Thu, 24 Aug 2006 17:29:57 +0000 (-0400) Subject: perlsyn incomplete duplicate definition of truth X-Git-Tag: accepted/trunk/20130322.191538~17106 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e17b7802b536212dcf45bdeeab52049ea254d916;p=platform%2Fupstream%2Fperl.git perlsyn incomplete duplicate definition of truth Message-ID: <20060824212957.GA32557@fury.crisman.org> p4raw-id: //depot/perl@28764 --- diff --git a/pod/perlsyn.pod b/pod/perlsyn.pod index d381f26..77ac7a9 100644 --- a/pod/perlsyn.pod +++ b/pod/perlsyn.pod @@ -237,7 +237,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">). +L. The C statement executes the block as long as the expression is false. The LABEL is optional, and if present, consists of an identifier followed