in reply to compare two arrays

List::Compare is a CPAN module you should take a look at that.

Replies are listed 'Best First'.
Re^2: compare two arrays
by Anonymous Monk on Dec 15, 2008 at 07:16 UTC
    For completeness there's also Array::Compare, but using List::MoreUtils::pairwise or map will probably prove to be much faster.