Help for this page
use strict; use warnings; ... my @common = sort grep {$keyCount{$_} == @hashList} keys %keyCount; print "@common";
1