I have a Hash of Hashes that I need to sort by a value. I have been checking out other posts, the perldocs, and trying different things but can't quite get it.
My data is as follows:
{ss_number}
{employee_number}
{years_employed}
I need to sort numerically according to the values in the years_employed.