perlsyn incomplete duplicate definition of truth
authorDaniel Frederick Crisman <daniel@crisman.org>
Thu, 24 Aug 2006 17:29:57 +0000 (13:29 -0400)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sun, 27 Aug 2006 16:05:09 +0000 (16:05 +0000)
Message-ID: <20060824212957.GA32557@fury.crisman.org>

p4raw-id: //depot/perl@28764

pod/perlsyn.pod

index d381f26..77ac7a9 100644 (file)
@@ -237,7 +237,7 @@ C<if> an C<else> goes with.  If you use C<unless> in place of C<if>,
 the sense of the test is reversed.
 
 The C<while> 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<true|/"Truth and Falsehood">.
 The C<until> statement executes the block as long as the expression is
 false.
 The LABEL is optional, and if present, consists of an identifier followed