I am trying to print HASH keys in exact order as they are defined, but "keys %HASH" returns them in a random order, "sort" is not going to work either because keys are strings that are not defined in the exact alphabetical order. Is there a way to get %HASH keys in the original order as they are defined?
- HASH keys in exact order Causevic, Dzenan
- Re: HASH keys in exact order Paul Johnson
- RE: HASH keys in exact order Timothy Johnson