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