http://www.perlmonks.org?node_id=785322


in reply to Re^4: trouble installing Device::USB
in thread trouble installing Device::USB

What value do you get for

o conf connect_to_internet_ok

Mine has a value of undef which means it asks me every time.

I believe that the init command sets it to 0 which appears to be not to connect. I think setting it to 1 would connect. (You can also go to the CPAN/Config.pm file and delete the hash entry for connect_to_internet_ok, but that could be a problem if you accidentally mess up something else.

G. Wade