in reply to Re^2: 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

WRT your last question, @RELIABLE_HTTP is a package variable so you should be able to push (or otherwise manipulate it) after you've pulled in the module.

use LWP::Online; push @LWP::Online::RELIABLE_HTTP, q{http://groot.example.com} => sub { + /I AM GROOT/ }; ## Call http_online however . . .

The cake is a lie.
The cake is a lie.
The cake is a lie.