in reply to IPv6 in perl 5.8.4?

There is IO::Socket::INET6, which is like IO::Socket::INET but for IPv6.

One big problem is that most the networking modules can only use IO::Socket::INET and IPv4. They inheirit from IO::Socket::INET instead of encapsulating a socket object. This makes it more difficult to use IPv6 or SSL sockets.