Help for this page

Select Code to Download


  1. or download this
    my %players;
    
    while (my $player = make_next_player())
    ...
            $players{ $player->{name} } = $player;
        }
    }