Help for this page

Select Code to Download


  1. or download this
    my $cndiea = 0;
    foreach my $del ( 0 .. $chntot ) {
    ...
           last;
        }
    }
    
  2. or download this
    my $cndiea = 0;
    foreach my $del ( 0 .. $chntot ) {
    ...
           }
       }
    }