in reply to Numeric sorting WITHOUT <=>
TIMTOWTDI
my @sorted_keys = map { unpack "l>", $_ } sort map { pack "l>", $_ } k +eys %jetsons; [download]