|
|
| "be consistent" | |
| PerlMonks |
Re^2: Getting the intersection of n collections.by johngg (Abbot) |
| on Oct 11, 2006 at 13:58 UTC ( #577608=note: print w/ replies, xml ) | Need Help?? |
|
I think you may have a typo in your solution. The grep {%hash->{$_}} should perhaps be grep {$hash{$_}}. Nice solution, though. Cheers, JohnGG
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||