in reply to Re: Get hash value with the lowest key
in thread Get hash value with the lowest key

Thanks, CombatSquirrel!

I was wondering why when I have

my $href = { '11' => '154', '4' => '152', '8' => '150' };
'11' => '154' was returned as the value instead of '4' => '152'

Your code solves it :)