Help for this page

Select Code to Download


  1. or download this
    ...clipped... (not applicable)
    #I was computing the intersection and not the union.
    
  2. or download this
    my @unique = do{
            my %seen;
            undef @seen{@list1, @list2, @list3};
            sort keys %seen;};
    
  3. or download this
    package ListMerger;
    use strict;
    ...
        };
    }
    1;