aixmike has asked for the wisdom of the Perl Monks concerning the following question:
use Net::Ping; $p = Net::Ping->new(); print "$host is alive.\n" if $p->ping($host); $p->close(); $p = Net::Ping->new("icmp"); foreach $host (@host_array)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: net:ping problem
by zentara (Cardinal) on Aug 16, 2007 at 19:06 UTC | |
|
Re: net:ping problem
by fmerges (Chaplain) on Aug 16, 2007 at 20:26 UTC | |
|
Re: net:ping problem
by webfiend (Vicar) on Aug 16, 2007 at 19:05 UTC |