Help for this page

Select Code to Download


  1. or download this
    @hash1{@array1} = (1)x@array1
    
  2. or download this
    push( @intersection, grep { $hash1{$_} } @array2 );