Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

How best to compare hash values?

by jimbass (Novice)
on May 05, 2010 at 21:24 UTC ( [id://838578]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    %hash1 = ("1", "20",
    "2", "20",
    "4", "19",
    ...
    "4", "16",
    "5", "19",
    "6", "20");
    
  2. or download this
    1 (20-19)=1
    2 (20-20)=0
    4 (19-16)=3
    5 (20-19)=1
    6 (18-20)=-2
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://838578]
Front-paged by Arunbear
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (4)
As of 2024-03-29 06:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found