Help for this page

Select Code to Download


  1. or download this
    my %lc1 = %hash1.keys>>.lc Z %hash1.values;
    for %hash2.keys -> $k {
        say "$k ", %lc1.exists($k) ?? 'Matched' !! 'Did not match';
    }