rocky has asked for the wisdom of the Perl Monks concerning the following question:
my $comp = Array::Compare->new(DefFull => 1); my @differences=$comp->compare(\@array1,\@array2);
but it just gave me a bunch of numbers.foreach $value (@differences) { print $value; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: comparing arrays
by chester (Hermit) on Aug 29, 2005 at 18:52 UTC | |
|
Re: comparing arrays
by xdg (Monsignor) on Aug 29, 2005 at 18:55 UTC | |
|
Re: comparing arrays
by Codon (Friar) on Aug 29, 2005 at 18:44 UTC | |
by rocky (Initiate) on Aug 30, 2005 at 00:32 UTC | |
|
Re: comparing arrays
by davidrw (Prior) on Aug 29, 2005 at 18:55 UTC |