From: Rafael Garcia-Suarez Date: Sat, 16 Aug 2003 12:12:43 +0000 (+0000) Subject: Remove a useless vstring reference in perlnumber.pod. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d667003d37eba3c681f34d7d9411e2e89acff2a4;p=p5sagit%2Fp5-mst-13.2.git Remove a useless vstring reference in perlnumber.pod. p4raw-id: //depot/perl@20730 --- 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