Help for this page

Select Code to Download


  1. or download this
    use Modern::Perl;
    use Array::Compare;
    ...
    sub ArraysIdentical {
        Array::Compare->new()->perm( $_[0], $_[1] ) || 0;
    }
    
  2. or download this
    The arrays are identical.