X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlnumber.pod;h=ffe3ed5b432bdf7e074dc359cada1770909469c7;hb=10ac92784f49d4a1fe54cc1ed7d05f0d3b2a2f29;hp=aaf729eb58d29a0c540fea5f5acccf5f17787e42;hpb=78594626f8072ba0986003903533db4c8d49a83f;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlnumber.pod b/pod/perlnumber.pod index aaf729e..ffe3ed5 100644 --- a/pod/perlnumber.pod +++ b/pod/perlnumber.pod @@ -11,8 +11,6 @@ perlnumber - semantics of numbers and numeric operations in Perl $n = 12.34e-56; # exponential notation $n = "-12.34e56"; # number specified as a string $n = "1234"; # number specified as a string - $n = v49.50.51.52; # number specified as a string, which in - # turn is specified in terms of numbers :-) =head1 DESCRIPTION