Help for this page
move $obj->{FIELD}; # probably wrong! move $ary[$i]; # probably wrong!
$obj->move->{FIELD}; # Well, lookee here $ary->move([$i]); # Didn't expect this one, eh?