Help for this page

Select Code to Download


  1. or download this
    #------Check options-----
    # Check if host is defined and alive
    ...
        }    
        $ping->close();
    }
    
  2. or download this
    sub showUsage
    {
    ...
        or die "$host is unreachable\n";
    
    print "$host is alive\n\n";