summaryrefslogtreecommitdiff
path: root/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
commit0a528a3542746230f4fc096636f17a8e901151fc (patch)
tree20a660bbb2f978848ae4272e49c485e664a2ae3c /pod
parent27612d381563b0da0efa0a129145c33b5008c70c (diff)
downloadperl-0a528a3542746230f4fc096636f17a8e901151fc.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')
-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: