_players => [ map { { Player => $_ } } @$arg{players} ], #### $self->{_players}[0]->{Player}->out(); # this works #### $self->{_players}[0]->{Score} = 100;
## $self->{_players}[0]->{Player}->out(); # this works ##
## $self->{_players}[0]->{Score} = 100;