Help for this page

Select Code to Download


  1. or download this
    $ip = "10.32.$octet3.$x";
    @data = `ping $ip -w 5`;
    
  2. or download this
    print "$ip is not available" if !grep(/^64 bytes from/,@data);