Help for this page

Select Code to Download


  1. or download this
    my $MAX_RETRIES = 3;
    foreach (@host) {
      foreach $attempt ( 1 .. $MAX_RETRIES ) {
    ...
      }
      unless $connected print "$_ is NOT connected.\n" && run_fix();
    }