Help for this page
my $hashRef = someFuncCall(); ... my $keys2 = join(' ', keys %$hashRef); print "Key order is not stable" if $keys1 ne $keys2;