I'm looking for a way to sort a hash that uses an IP address as the key, such that the list would be like:
I searched around and found an example that did it as an array, but I am not sure how to apply that to a hash (presumably in a foreach statement).