Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

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

by kst (Initiate)
on Mar 29, 2013 at 05:25 UTC ( [id://1026088]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    print "$hash_keys --> $copy_keys, ",
          $hash_keys eq $copy_keys ? "Same" : "Different",
          " order \n";
    
  2. or download this
    4 1 3 0 2 5 --> 1 4 0 3 2 5, Different order
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (5)
As of 2024-04-25 14:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found