X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlsyn.pod;h=aabd65d21268a984953d39cd4e796c7c259a36e7;hb=7fddc82f0212c2b411408f0a05ebb86f9e431bd9;hp=8c7c9a36c0fc92535aef9801ea0a7eed6763ecfe;hpb=f386e49277b57f6d42dd4f4526622f4325cbeb34;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlsyn.pod b/pod/perlsyn.pod index 8c7c9a3..aabd65d 100644 --- a/pod/perlsyn.pod +++ b/pod/perlsyn.pod @@ -103,12 +103,8 @@ as the last item in a statement. =head2 Truth and Falsehood -The number 0, the strings C<'0'> and C<''>, the empty list C<()>, and an -explicit C are all false in a boolean context. Every other value -is true. - -Note that while 0, 0.0 and C<'0'> are false, C<'0.0'> and C<'0e0'> are -true, but evaluate to 0 in a numeric context. +The number 0, the strings C<'0'> and C<''>, the empty list C<()>, and +C are all false in a boolean context. All other values are true. =head2 Statement Modifiers