Help for this page

Select Code to Download


  1. or download this
    return "OK";
    }
    
  2. or download this
    for my $server (@servers) {
      # do your thing with $server
    ...
      if($rc eq "ERROR"){ die "PANIC for $server"}
     
    }