Hello Bodger,
How do I load IO::Socket::SSL with the option 'inet4'?
With
use IO::Socket::SSL;
@ISA defaults to IO::Socket::IP, which supports both IPv4 an IPv6. But with
use IO::Socket::SSL 'inet4';
@ISA is set to IO::Socket::INET, which is what you want.
See sub import in the source code.
Hope that helps,
| Athanasius <°(((>< contra mundum | Iustus alius egestas vitae, eros Piratica, |
In reply to Re: IO::Socket::SSL as IPV4
by Athanasius
in thread IO::Socket::SSL as IPV4
by Bodger
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |