Help for this page
for my $key (keys %left) { if ( exists $right{$key} ) { ... print "$key | $result\n"; } }