Help for this page

Select Code to Download


  1. or download this
    while (subA(@array)) {
      subB(@array);
    }
    
  2. or download this
    while (my @faults = subA(@array)) {
      subB(\@array, \@faults);
    }