From: Steve Peters Date: Sun, 2 Oct 2005 04:42:46 +0000 (+0000) Subject: Clarify the documentation regarding the return value from C. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cde9c2113453df62687a8b4e5904da70e91f3a36;p=p5sagit%2Fp5-mst-13.2.git Clarify the documentation regarding the return value from C. p4raw-id: //depot/perl@25678 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 5f7fd73..b5a98b6 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -4027,7 +4027,8 @@ LIST. Has the same effect as $ARRAY[++$#ARRAY] = $value; } -but is more efficient. Returns the new number of elements in the array. +but is more efficient. Returns the number of elements in the array following +the completed C. =item q/STRING/