Help for this page

Select Code to Download


  1. or download this
    use Modern::Perl;
    use File::Slurp qw/read_file/;
    ...
            say "$key2\t$hash2{$key2}\t$key1" if $hash1{$key1} =~ /\b$hash
    +2{$key2}\b/;
        }
    }
    
  2. or download this
    k_b1    val_a1    k_a1
    k_b2    val_a2    k_a1
    ...
    k_b4    val_a4    k_a2
    k_b5    val_a5    k_a2