summaryrefslogtreecommitdiff
path: root/pod/perlop.pod
diff options
context:
space:
mode:
authorM. J. T. Guy <mjtg@cus.cam.ac.uk>1998-06-30 13:14:50 +0100
committerGurusamy Sarathy <gsar@cpan.org>1998-07-04 02:30:48 +0000
commit301d0f2ce8e77eb58d8920e0f6b9e9e8e1249c42 (patch)
tree20a660bbb2f978848ae4272e49c485e664a2ae3c /pod/perlop.pod
parent2377b6d9788276f6842cf085bef1d2a7a469c37e (diff)
downloadperl-301d0f2ce8e77eb58d8920e0f6b9e9e8e1249c42.tar.gz
tweak doc for ".."
Subject: [PATCH] pod for scalar .. Message-Id: <E0yqyN8-0006gv-00@taurus.cus.cam.ac.uk> p4raw-id: //depot/perl@1285
Diffstat (limited to 'pod/perlop.pod')
-rw-r--r--pod/perlop.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlop.pod b/pod/perlop.pod
index 216f83cd20..cc657c1446 100644
--- a/pod/perlop.pod
+++ b/pod/perlop.pod
@@ -399,7 +399,7 @@ encountered. The final sequence number in a range has the string "E0"
appended to it, which doesn't affect its numeric value, but gives you
something to search for if you want to exclude the endpoint. You can
exclude the beginning point by waiting for the sequence number to be
-greater than 1. If either operand of scalar ".." is a numeric literal,
+greater than 1. If either operand of scalar ".." is a constant expression,
that operand is implicitly compared to the C<$.> variable, the current
line number. Examples: