Help for this page

Select Code to Download


  1. or download this
    abc
     xyz
    
  2. or download this
    my $comp = Array::Compare->new;
        if ($comp->compare(\@array1, \@array2)) {
    ...
          print "array not same\n";
        }