Help for this page

Select Code to Download


  1. or download this
    Consider finding the union and intersection of two unique arrays @a an
    +d @b:
    
    ...
        @union = keys %union;
        @isect = keys %isect;
    
  2. or download this
    $isect{$_} > 1 && push(@isect,$_) for keys %isect;