in reply to Re^3: sort a hash with split values
in thread sort a hash with split values
For those reasons I had to downvote you. We should be a little more supportive to the little people :)
Back to the OP, all you need to change is
tomap { [ $_, (split/:/,$hash{$_})[1] ] }
map { [ $_, (split/:/,$hash{$_})[2] ] }
|
---|
Replies are listed 'Best First'. | |
---|---|
A reply falls below the community's threshold of quality. You may see it by logging in. |