in reply to Re: Find common values in a hash and print the respective keys
in thread Find common values in a hash and print the respective keys
my (%x, %y) = (a => 1, b => 2, c => 3, d => 1, e => 2, f => 1);
Cheers Rolf
( addicted to the Perl Programming Language)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Find common values in a hash and print the respective keys
by kcott (Archbishop) on May 26, 2013 at 22:06 UTC |