Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Comparing contents of 2 Hashes of Hashes

by Tuna (Friar)
on Aug 16, 2001 at 15:34 UTC ( [id://105333]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
     #!/usr/bin/perl -w
    
    ...
      }
    
    print Dumper (%localDigest,%remoteDigest );
    
  2. or download this
    %localDigest
    
    ...
              './gen-checksum.pl' => 'ad65a01b783248a21fcea95979a265a0',
              '/etc/passwd' => 'c978c29a59ba0138e5ed0ca325f7ec1e'
            };
    
  3. or download this
    %remoteDigest
    
    ...
              './gen-checksum.pl' => 'ad65a01b783248a21fcea95979a265a0',
              '/etc/passwd' => 'c978c29a59ba0138e5ed0ca325f7ec1e'
            };
    

Log In?
Username:
Password:

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

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

    No recent polls found