From: Jarkko Hietaniemi Date: Wed, 27 Mar 2002 23:54:59 +0000 (+0000) Subject: "Last element". X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ccac678058be47dbdd09dd870770b862c09e236a;p=p5sagit%2Fp5-mst-13.2.git "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