Help for this page

Select Code to Download


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