Help for this page
use Socket qw( getaddrinfo ); $host = 'loopsofzen.co.uk'; ... $hints = (socktype => SOCK_STREAM, family -> Socket::AF_INET6); ($err, @addrs) = getaddrinfo($host, 0); die $err if $err;
"no address associated with nodename at ip.pl line 6."