Help for this page

Select Code to Download


  1. or download this
    my %id_to_name = (
        1 => 'keith',
    ...
        4 => 71,
        # etc.
    );
    
  2. or download this
    my %scores_to_names = (
        90 => [ 'keith' ],
        52 => [ 'rob', 'dave' ],
        # etc.
    );