![]() |
|
Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
comparsion of 2 arraysby Madam (Sexton) |
on Jun 23, 2005 at 09:03 UTC ( #469324=perlquestion: print w/replies, xml ) | Need Help?? |
Madam has asked for the wisdom of the Perl Monks concerning the following question:
how to compare 2 arrays at one shot?
For e.g, i have arrays
i want to compare the 2 arrays without using hashes at one shot. desired output : Compare(@arr1,@arr2) = not matching. Compare(@arr1,@arr3) = matching
Back to
Seekers of Perl Wisdom
|
|