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