This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fixes the case of $a = \$#{[]}; and then accessing $$a
authorNicholas Clark <nick@ccl4.org>
Thu, 9 Jun 2005 19:02:43 +0000 (19:02 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 9 Jun 2005 19:02:43 +0000 (19:02 +0000)
commit83bf042f79af6208af0620b081ee65543ecfed9f
treed15071a650bd72567ee4a7f5dcd96288f107ef40
parent0dd3f902b059d48560ea071c6510375fd9426efb
Fixes the case of $a = \$#{[]}; and then accessing $$a
(but not \$#a after local @a or my @a leave a block)

p4raw-id: //depot/perl@24783
av.c
dump.c
embed.fnc
embed.h
mg.c
perl.h
proto.h
t/op/array.t