Help for this page

Select Code to Download


  1. or download this
    foreach (@host)
    {
         check($_, $port);
    }
    
  2. or download this
    for(@host){
       $stout = run($_);
    ...
        $success++;
        last;
       }
    
  3. or download this
    -----------------------------------
    --the good, the bad and the physi--
    -----------------------------------