summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--av.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/av.c b/av.c
index 6e08454e1f..de57aac38d 100644
--- a/av.c
+++ b/av.c
@@ -721,6 +721,8 @@ Perl_av_shift(pTHX_ register AV *av)
Returns the highest index in the array. The number of elements in the
array is C<av_len(av) + 1>. Returns -1 if the array is empty.
+The Perl equivalent for this is C<$#myarray>.
+
=cut
*/