Help for this page

Select Code to Download


  1. or download this
    # this:
    my $client = gethostbyaddr(inet_aton($addy), AF_INET); # get name
    
    # instead of:
    my $client = gethostbyaddr($addy, AF_INET); # get name