Help for this page

Select Code to Download


  1. or download this
    use Net::Ping;
    
    ...
    print "$host is alive.\n" if $p->ping($host);
    
    $p->close();
    
  2. or download this
    # $p{"timeout"}   is wrong 
    # $p->{"timeout"} is correct