##
$obj->move->{FIELD}; # Well, lookee here
$ary->move->[$i]; # Didn't expect this one, eh?
##
##
$obj->{FIELD}->move(); # You should be so lucky.
$ary[$i]->move; # Yeah, sure.