This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
support delete() and exists() on array, tied array, and pseudo-hash
authorGurusamy Sarathy <gsar@cpan.org>
Thu, 13 Jan 2000 06:49:03 +0000 (06:49 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Thu, 13 Jan 2000 06:49:03 +0000 (06:49 +0000)
commit010205895f86f073b0b2a20bd4cfbb05f0134888
treec882a2e58a11ea7da9d88e25008bea82fca68ee2
parent629ae16350754a5d73cb2e1548dcefcae5ddeda1
support delete() and exists() on array, tied array, and pseudo-hash
elements or slices

p4raw-id: //depot/perl@4796
17 files changed:
av.c
embed.h
embed.pl
global.sym
lib/Tie/Array.pm
lib/Tie/Hash.pm
objXSUB.h
op.c
perlapi.c
pod/perldelta.pod
pod/perlfunc.pod
pod/perlref.pod
pod/perltie.pod
pp.c
proto.h
t/op/avhv.t
t/op/delete.t