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.

I love it when things get difficult; after all, difficult pays the mortgage. - Dr. Keith Whites
I hate it when things get difficult, so I'll just sell my house and rent cheap instead. - perldigious