Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
    
    print "Mismatch!\n"     unless hash_equality(%A, %B);
    print "OK!\n"           if hash_equality(%A, %C);