Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Hash order randomization is coming, are you ready?

by chrestomanci (Priest)
on Nov 29, 2012 at 12:53 UTC ( [id://1006244]=note: print w/replies, xml ) Need Help??

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;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1006244]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (6)
As of 2024-04-25 11:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found