diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-27 23:54:59 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-27 23:54:59 +0000 |
commit | ccac678058be47dbdd09dd870770b862c09e236a (patch) | |
tree | 3753a79422fc0fbcd54c315b3ebe769902d3de18 | |
parent | df37ec69b5ca6973cb55ee858bb7357e978debb8 (diff) | |
download | perl-ccac678058be47dbdd09dd870770b862c09e236a.tar.gz |
"Last element".
p4raw-id: //depot/perl@15564
-rw-r--r-- | pod/perlfunc.pod | 2 |
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 |