summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-03-27 23:54:59 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-03-27 23:54:59 +0000
commitccac678058be47dbdd09dd870770b862c09e236a (patch)
tree3753a79422fc0fbcd54c315b3ebe769902d3de18
parentdf37ec69b5ca6973cb55ee858bb7357e978debb8 (diff)
downloadperl-ccac678058be47dbdd09dd870770b862c09e236a.tar.gz
"Last element".
p4raw-id: //depot/perl@15564
-rw-r--r--pod/perlfunc.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index a513d684ee..1a17981ac0 100644
--- a/pod/perlfunc.pod
+++ b/pod/perlfunc.pod
@@ -1054,7 +1054,7 @@ Equivalent examples:
die "Can't cd to spool: $!\n" unless chdir '/usr/spool/news';
chdir '/usr/spool/news' or die "Can't cd to spool: $!\n"
-If the last value of LIST does not end in a newline, the current
+If the last element of LIST does not end in a newline, the current
script line number and input line number (if any) are also printed,
and a newline is supplied. Note that the "input line number" (also
known as "chunk") is subject to whatever notion of "line" happens to