From: Abhijit Menon-Sen Date: Fri, 10 Oct 2003 19:02:34 +0000 (+0000) Subject: Make everyone stop posting to p5p about 0e0. X-Git-Tag: accepted/trunk/20130322.191538~22857 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=835f270a3e4bae7616085b997e93ab587be224b4;p=platform%2Fupstream%2Fperl.git Make everyone stop posting to p5p about 0e0. p4raw-id: //depot/perl@21435 --- diff --git a/pod/perlsyn.pod b/pod/perlsyn.pod index 98bd8fa..aabd65d 100644 --- a/pod/perlsyn.pod +++ b/pod/perlsyn.pod @@ -106,9 +106,6 @@ as the last item in a statement. 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. -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. - =head2 Statement Modifiers Any simple statement may optionally be followed by a I modifier,