http://qs321.pair.com?node_id=1180879


in reply to Re^2: IPV6 Errors with IO::Socket
in thread IPV6 Errors with IO::Socket

Just based on some research, I think you might be able to get around this issue by using "IO::Socket::INET" instead of "IO::Socket::INET6". Haven't tested this though, but might be worth a try.

SOURCE

Replies are listed 'Best First'.
Re^4: IPV6 Errors with IO::Socket
by jZed (Prior) on Feb 02, 2017 at 23:15 UTC
    Yes, right, I need to force use of IO::Socket::INET. But I need to do that many levels above that software if I don't want to muck with other people's modules or other peoples' @INC. See my response to Corion above.