in reply to Re: Re: PING taking too long
in thread PING taking too long
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
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: PING taking too long
by Hydro (Acolyte) on Sep 27, 2001 at 16:42 UTC | |
by rchiav (Deacon) on Sep 27, 2001 at 21:36 UTC |