This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add Perl equivalent for av_exists().
authorShlomi Fish <shlomif@iglu.org.il>
Tue, 18 May 2010 12:31:41 +0000 (15:31 +0300)
committerDavid Golden <dagolden@cpan.org>
Tue, 25 May 2010 16:15:01 +0000 (12:15 -0400)
commitb7ff7ff211d0d5fc593efe5c9d305d197ecb8d86
tree9a9e7d13be25fc66d272383c260a1610c764b3d3
parent71282cab69578876db765e8d8aadb9cc2331ebf2
Add Perl equivalent for av_exists().

This mentions that it's equivalent to exists($myarray[$key]).

Signed-off-by: David Golden <dagolden@cpan.org>
av.c