diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-08-16 12:12:43 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-08-16 12:12:43 +0000 |
commit | d667003d37eba3c681f34d7d9411e2e89acff2a4 (patch) | |
tree | 167badf6ed78dc1da1ee25db3579a65127562524 /pod/perlnumber.pod | |
parent | f7451e23cd0a6c87b8243628ababd423bbc680cf (diff) | |
download | perl-d667003d37eba3c681f34d7d9411e2e89acff2a4.tar.gz |
Remove a useless vstring reference in perlnumber.pod.
p4raw-id: //depot/perl@20730
Diffstat (limited to 'pod/perlnumber.pod')
-rw-r--r-- | pod/perlnumber.pod | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pod/perlnumber.pod b/pod/perlnumber.pod index aaf729eb58..ffe3ed5b43 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 |