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


in reply to Re: How best to support IPv4/v6 in Perl server
in thread How best to support IPv4/v6 in Perl server

Didn't realize that - so in 5.14 and on, IO::Socket::INET *includes* IPv6?

Of course, as you point out, that won't be backward compatible, I'll still need to 'use' IO::Socket::IP or IO::Socket::INET6 for older Perl versions.

Thanks!

Anyone else have an opinion?

  • Comment on Re^2: How best to support IPv4/v6 in Perl server