Help for this page

Select Code to Download


  1. or download this
    $are_equal = compare_arrays(\@frogs, \@toads);
    
    ...
        }
        return 1;
    }
    
  2. or download this
    return 0 unless @$first == @$second;