Help for this page
sub commonLists { my ( $array_ref1, $array_ref2, $elementToMatch ) = @_; ... } return \@match; }