Help for this page

Select Code to Download


  1. or download this
      sub common_subset
      {
    ...
        grep { exists $h{$_} } common_subset( @_ )
      }
    
  2. or download this
      my @sets =
      (
    ...
    
      my @l = common_subset( @sets );