Help for this page

Select Code to Download


  1. or download this
    #! perl
    use strict;
    ...
    my $found  = @array1 == @array2 && ! pairfirst { $a ne $b } mesh @arra
    +y1, @array2;
    
    print $found ? 'Match' : 'No match', "\n";
    
  2. or download this
    18:12 >perl 1380_SoPW.pl
    Match
    
    18:12 >