in reply to Net::Ping troubles

out of the docs:
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''.
Do u use the right proto ?

Have a nice day
All decision is left to your taste
Update
ack, I get old and slower

Replies are listed 'Best First'.
Re: Re: Net::Ping troubles
by Fastolfe (Vicar) on Nov 21, 2000 at 04:39 UTC
    He says he's tried them all.. With UDP he gets zeros, with ICMP he gets an error message, and with TCP he gets an error about alarm not being supported on NT.
      For me it worked fine under so are all the services available? TCP didn't want to work on Win98, so I've chosen icmp, which succeeded. ??

      Have a nice day
      All decision is left to your taste