in reply to
Re: comparison of two arrays
in thread
comparison of two arrays
Also, if you care about speed, it's a good idea to check if the number of elements in the two arrays are not equal, and return early.
Comment on
Re^2: comparison of two arrays
In Section
Seekers of Perl Wisdom