Help for this page
%salary=( boss => 1_000, ... sort { $salary{$a} <=> $salary{$b} } grep { $salary{$_} > 500 } keys %salary;