my @restaurantvalues = sort { $restaurant{$a} <=> $restaurant{$b} } keys %restaurant;