my %results; while(my($score, $url) = getnextpair()) { push @{$results{$score}}, $url; }