##
return sort { $a->{$key} <=> $b->{$key} } @$aref;
####
foreach my $c( &sortby($sort, \@all_hashes) ){
print "$c->{'id'} \n$c->{'info'} \n$c->{'graphics'} \n$c->{'friendly'} \n$c->{'techno'} \n$c->{'entertain'} \n$c->{'average'} \n$c->{'hits'} \n ";
}