in reply to Re: writing a utility to determine whether I have a working wifi connection
in thread writing a utility to determine whether I have a working wifi connection

Net::Ping ... I tend to use icmp, which requires privilege, at least under a non-Windows system.

An alternative that doesn't require root is Net::Ping::External.

  • Comment on Re^2: writing a utility to determine whether I have a working wifi connection
  • Download Code