|
Sort - does just that. Sorts (numerically in this case) your hash keys.
Shift - Removes and returns the first slice (or first key) of an array.
Join - Joins array values together. In this case it separates them by "\n" so its printing values on each line.
-r
|