in reply to Re: Re: Ping and check for server running on port 27015
in thread Ping and check for server running on port 27015

For pinging a particular TCP port you'll want to use something like IO::Socket::INET to make a connection to that port. The TCP option of Net::Ping has no port option and will only connect to the echo service/port.
  • Comment on Re: Re: Re: Ping and check for server running on port 27015