in reply to IO::Socket::SSL as IPV4
#!/usr/bin/perl BEGIN { $INC{'IO::Socket::INET6'} = undef; } use strict; use warnings; use IO::Socket::SSL 'inet4'; [download]