sub make_hash_from_list_on_stack { my @fromStack = @_; ... @_ = @newStack; return; }