On Wed, 8 Jan 2003, Jenda Krynicky wrote:
>From: David Winters <[EMAIL PROTECTED]>
>> I'm trying to write a script that'll check to see if another machine
>> is pingable, and perform one of two actions based on the result. I
>> found the following isPingable() subroutine on a website (that is now
From: David Winters <[EMAIL PROTECTED]>
> I'm trying to write a script that'll check to see if another machine
> is pingable, and perform one of two actions based on the result. I
> found the following isPingable() subroutine on a website (that is now
> not responding, so I couldn't contact its au
I'm trying to write a script that'll check to see if another machine is
pingable, and perform one of two actions based on the result. I found the
following isPingable() subroutine on a website (that is now not responding,
so I couldn't contact its author) and thought I'd see how well it works.