Help for this page

Select Code to Download


  1. or download this
    for my $k (@keys_existing_in_both) {
        my $exec = $hash2{$k};
    ...
             print "Hash sum miss match for '$k'!\n";
        }
    }