my $people = Tie::IxHash->new(first => 1, second => 2, third => 3); $people->SortByValue; # Das geht nun!