Help for this page

Select Code to Download


  1. or download this
    my %hash2;
    @hash2{ 0 .. (keys %hash)-1 } = map { $hash{$_} } sort {$a <=> $b} key
    +s %hash;