Help for this page

Select Code to Download


  1. or download this
    my @sorted_keys = sort { $a=~tr/d// <=> $b=~tr/d// } keys(%hash);