X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlsyn.pod;h=aabd65d21268a984953d39cd4e796c7c259a36e7;hb=a537debe17982e491ffa12d12441cf74a452acb2;hp=98bd8fa208d82174355fde2fb82f821e225f93b3;hpb=f92061c11e7fe50284dd98a84e8554b118bf40e1;p=p5sagit%2Fp5-mst-13.2.git 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,