in reply to Get hash value with the lowest key

By quick I assume you mean brief.
%h = ( map { ($_, $h{$_}) } sort {$a<=>$b} keys %h )[0,1];
Be well.