summaryrefslogtreecommitdiff
path: root/pod/perlnumber.pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2003-08-16 12:12:43 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2003-08-16 12:12:43 +0000
commitd667003d37eba3c681f34d7d9411e2e89acff2a4 (patch)
tree167badf6ed78dc1da1ee25db3579a65127562524 /pod/perlnumber.pod
parentf7451e23cd0a6c87b8243628ababd423bbc680cf (diff)
downloadperl-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.pod2
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