Help for this page
sub easy_to_move { my @params = @_; ... $result = [some simple manipulation of @params] return ($result); }
sub hard_to_move { my @params = @_; ... $result = [something that involves $anchor]; return ($result); }