Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^2: How best to compare hash values?

by toolic (Bishop)
on May 06, 2010 at 16:44 UTC ( [id://838748]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my %hash1;
    
  2. or download this
    my %hash1 = (
        "1", "20",
    ...
        "5", "20",
        "10", "20",
        "6", "18");
    
  3. or download this
        unless ($hash2{$thisKey}) {
    
  4. or download this
        if (isNull(\%hash2, $thisKey)) {
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (5)
As of 2024-04-24 22:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found