Help for this page

Select Code to Download


  1. or download this
    sub syb_gethostbyaddr
    {
    ...
    
        return (gethostbyaddr(inet_aton($my_ipaddr), AF_INET))
    }
    
  2. or download this
    sub numtoname {
        local ($_) = @_;
    ...
        }
        return $numtoname{$_};
    }
    
  3. or download this
    package SybaseInterfaces;
    ....
    ...
    
        return ( $SybaseInterfaces::lookup_iptoname{$my_ipaddr} );
    }