in reply to
Find unique elements from multiple arrays
This sure sounds like homework to me... You could stuff the arrays into a hash with the elements as keys (to ensure uniqueness) though, but I'm sure there is a better, more efficient solution.
Comment on
Re: How to connect more arrays to a new array
In Section
Seekers of Perl Wisdom