summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-07-11 07:40:17 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-07-11 07:40:17 +0000
commitcd7f9af76f0d337e0b6ef5b49db2576247d0d50f (patch)
treeaad22063bf7ed649a40f12bc60bb20bb942e3d9a
parent538f81fb4338b6cec35928f30f0732f2ae710894 (diff)
downloadperl-cd7f9af76f0d337e0b6ef5b49db2576247d0d50f.tar.gz
Remove wrong equivalent to pop() (bug #43705)
p4raw-id: //depot/perl@31584
-rw-r--r--pod/perlfunc.pod4
1 files changed, 1 insertions, 3 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index 9cf780a703..c3df291fc2 100644
--- a/pod/perlfunc.pod
+++ b/pod/perlfunc.pod
@@ -4056,9 +4056,7 @@ X<pop> X<stack>
=item pop
Pops and returns the last value of the array, shortening the array by
-one element. Has an effect similar to
-
- $ARRAY[$#ARRAY--]
+one element.
If there are no elements in the array, returns the undefined value
(although this may happen at other times as well). If ARRAY is