![]() |
|
XP is just a number | |
PerlMonks |
Re: Efficient Comparison of Array elementsby davorg (Chancellor) |
on Jan 08, 2003 at 15:54 UTC ( [id://225280]=note: print w/replies, xml ) | Need Help?? |
You want the intersection and the difference of two sets. This is in the FAQ. How do I compute the difference of two arrays? How do I compute the intersection of two arrays?. By the way, your syntax for creating your arrays:
is wrong. It should be either:
or -- <http://www.dave.org.uk> "The first rule of Perl club is you do not talk about
Perl club."
In Section
Seekers of Perl Wisdom
|
|