Randal L. Schwartz [Mon, 16 Aug 1999 14:24:28 +0000 (07:24 -0700)]
To: perl5-porters@perl.org
Message-Id: <m1ogg7to4z.fsf@halfdome.holdit.com>
p4raw-id: //depot/cfgperl@4000
Those actually parse as the very surprising:
$obj->move->{FIELD}; # Well, lookee here
- $ary->move->[$i]; # Didn't expect this one, eh?
+ $ary->move([$i]); # Didn't expect this one, eh?
Rather than what you might have expected: