@a = qw (a c d); @b = qw(s d v); @c = qw(l d s); @d = qw(i c f); @new = (@a,@b,@c,@d); @new{@new} = (); @new = keys %new;
In reply to Re: Find unique elements from multiple arrays
by slim
in thread Find unique elements from multiple arrays
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |