in reply to Re: is there script to detect if remote machine is alive/reachable w/o using Net::Ping?
in thread is there script to detect if remote machine is alive/reachable w/o using Net::Ping?

Like merlyn says, just be sure that if the HEAD fails try again with a GET. Many servers are configured not to respond to HEAD requests.
  • Comment on Re: Re: is there script to detect if remote machine is alive/reachable w/o using Net::Ping?