Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    else {
        print "The three hashes don't share any common keys.\n";
    }
    
  2. or download this
    %hash1: A => 1
    %hash2: A => 10
    ...
    %hash1: B => 2
    %hash2: B => 20
    %hash3: B => 200