Help for this page

Select Code to Download


  1. or download this
    while (<PINGALLIP>) {
       if (/is alive/) {
    ...
          print ALIVEIP $_;
       }
    }
    
  2. or download this
    /is alive/ and print ALIVEIP for <PINGALLIP>;