in reply to Net::Ping troubles
Do u use the right proto ?Net::Ping->new([$proto [, $def_timeout [, $bytes]]]); Create a new ping object. All of the parameters are optional. $proto specifies the protocol to use when doing a ping. The current choices are ``tcp'', ``udp'' or ``icmp''. The default is ``udp''.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Net::Ping troubles
by Fastolfe (Vicar) on Nov 21, 2000 at 04:39 UTC | |
by little (Curate) on Nov 21, 2000 at 04:44 UTC |