Help for this page
# this: my $client = gethostbyaddr(inet_aton($addy), AF_INET); # get name # instead of: my $client = gethostbyaddr($addy, AF_INET); # get name