Help for this page

Select Code to Download


  1. or download this
        if (($i =~ $vdbhosts[$i - 1])||($i == 0)){
    
  2. or download this
    # Get count of hosts found for the specified cluster
    my $chostcounter = 0;
    ...
        }
    print "  " . $i . ". " . $vdbhosts[$i - 1];
    }