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