summaryrefslogtreecommitdiff
path: root/misc/p5-Array-Compare/pkg-descr
blob: de50f949622a3a3ab575d7f9d4e0ace1156e908d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Array::Compare is a Perl module which allows you to compare two arrays.

It has a number of features which allow you to control the way that
the arrays are compared:

* white space in array elements can be significant or ignored.

* particular columns in the arrays can be ignored.

Additionally you can get a simple true/false return value or the number
of columns which differ or an array containing the indexes of the
differing columns.

WWW: http://search.cpan.org/dist/Array-Compare/

Seamus Venasse <svenasse@polaris.ca>