Help for this page
findCommon ([1, 2, 2], [2, 2, 3]);
sub findCommon { my @lists = @_; ... return @common; }