@array1 = ( "a", "a", ... ); @array2 = ( "a", "b", ... ); Results: a is repeated at position array1[0] and array2[0]