Help for this page

Select Code to Download


  1. or download this
    sub commonLists {
        my ( $array_ref1, $array_ref2, $elementToMatch ) = @_;
    ...
        }
        return \@match;
    }
    
  2. or download this
    sub commonLists {
        my ( $array_ref1, $array_ref2, $elementToMatch ) = @_;
    ...
        }
        return \@match;
    }