BenRussell
Programmer
I want to find out how to sort a hash in numerical order (largest to smallest) still keeping its name and value intact.
For instance if the hash was :
%Hash = ("FirstName", "1", "ThirdName", "3", "FourthName", "4", "FifthName", "5"
;
how would I sort the 1,3,4,5 still keeping their names (FirstName, SecondName, etc.) intact? - Ben Russell
- President of Intracor Technologies (
For instance if the hash was :
%Hash = ("FirstName", "1", "ThirdName", "3", "FourthName", "4", "FifthName", "5"
how would I sort the 1,3,4,5 still keeping their names (FirstName, SecondName, etc.) intact? - Ben Russell
- President of Intracor Technologies (