2. You may use NetPacket::ICMP to check if remote host is alive.use IO::Socket; my $sock = IO::Socket::INET->new('some_server'); $sock->read(1024,$data) until $sock->atmark;
In reply to Re: Checking if remote exists before calling send
by rasta
in thread Checking if remote exists before calling send
by bufo
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |