From: Jarkko Hietaniemi Date: Wed, 27 Mar 2002 23:54:59 +0000 (+0000) Subject: "Last element". X-Git-Tag: perl-5.8.0~1744 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/ccac678058be47dbdd09dd870770b862c09e236a "Last element". p4raw-id: //depot/perl@15564 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index a513d68..1a17981 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