Help for this page
while (<PINGALLIP>) { if (/is alive/) { ... print ALIVEIP $_; } }
/is alive/ and print ALIVEIP for <PINGALLIP>;