in reply to (jcwren) RE: (3) Net::Ping not working
in thread Net::Ping not working
use IO::Socket; for my $host(qw(www.slashdot.org www.deja.com www.perlmonks.org)) { IO::Socket::INET->new("$host:80") or warn "cannot connect to web of +$host\n"; }
-- Randal L. Schwartz, Perl hacker
|
|---|