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