If you're still having problems, post your code so we can figure out where things might be going wrong.use strict; use warnings; use Net::Ping; my $p = Net::Ping->new('icmp', 1); my $result = $p->ping('192.168.2.1'); print "Result is $result\n";
Rich
In reply to Re: Re: Re: PING taking too long
by rchiav
in thread PING taking too long
by Hydro
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |