in reply to Working on hash slice
my %score = map { push @bowled, shift @bowled; $_ => $bowled[-1] } @pl +ayers; [download]