http://qs321.pair.com?node_id=1076852


in reply to Re: How can one find unique elements from arrays using a LOOP?
in thread How can one find unique elements from arrays using a LOOP?

Simply
push @p, @x, @y;
:)