Help for this page

Select Code to Download


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