Help for this page
Select Code to Download
Select
or
download this
my @sorted_keys = sort { $a=~tr/d// <=> $b=~tr/d// } keys(%hash);