Skip to content

Commit 7c25cd5

Browse files
committed
add array DELETE and EXISTS to perlfunc
[perl #116579] These methods weren't listed in the list of methods for tied arrays
1 parent cddd601 commit 7c25cd5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pod/perlfunc.pod

+2
Original file line numberDiff line numberDiff line change
@@ -8090,6 +8090,8 @@ A class implementing an ordinary array should have the following methods:
80908090
UNSHIFT this, LIST
80918091
SPLICE this, offset, length, LIST
80928092
EXTEND this, count
8093+
DELETE this, key
8094+
EXISTS this, key
80938095
DESTROY this
80948096
UNTIE this
80958097

0 commit comments

Comments
 (0)