Help for this page

Select Code to Download


  1. or download this
    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;
    
  2. or download this
    "no address associated with nodename at ip.pl line 6."