libarray-diff-perl

Perl module to find the differences between two arrays
  https://metacpan.org/release/Array-Diff
  0
  no reviews



The array::diff module compares two arrays and determines which elements have been removed or added. its interface is straightforward, solving a simple problem in a simple way; for those who need more features, there is always the array::compare module.