From e17b7802b536212dcf45bdeeab52049ea254d916 Mon Sep 17 00:00:00 2001 From: Daniel Frederick Crisman Date: Thu, 24 Aug 2006 13:29:57 -0400 Subject: [PATCH] perlsyn incomplete duplicate definition of truth Message-ID: <20060824212957.GA32557@fury.crisman.org> p4raw-id: //depot/perl@28764 --- pod/perlsyn.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4