Hmmm. I tried putting in the icmp instead, but because I am not root I 
am unable to run it. I don't understand why I can ping it from the 
command line just fine but not in this program.

Any more ideas.

[EMAIL PROTECTED] wrote:

>Try changing the line below to:
>
>$t = Net::Ping->new('icmp');
>
>by default Net::Ping uses UDP packets, but not all hosts will respond to
>this.
>
>-----Original Message-----
>From: Joseph Bajin [mailto:[EMAIL PROTECTED]]
>Sent: Wednesday, February 27, 2002 8:43 AM
>To: [EMAIL PROTECTED]
>Subject: Trouble with Net::Ping
>
><SNIP>
>
>        $t = Net::Ping->new();
>
><\SNIP>
>



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to