Help for this page

Select Code to Download


  1. or download this
    
    my $comp = Array::Compare->new(DefFull => 1);
    my @differences=$comp->compare(\@array1,\@array2);
    
  2. or download this
    foreach $value (@differences) {
        print $value;
    }