in reply to Sorting a hash that has mixed-format keys
You should be able to access the keys using keys and store them in an array, and then write a sort routine to priority sort by your first number then your second number extracted from each of those key using split and taking a slice of just the two numbers you want to sort by.
|
|---|