Help for this page

Select Code to Download


  1. or download this
    sub loop_eq 
    {
    ...
        }
        return 1;
    }
    
  2. or download this
    # loop_eq( \@array1, \@array2 )
    sub loop_eq 
    ...
        }
        return 1;
    }