软件包:libsocket-getaddrinfo-perl(0.22-3)
libsocket-getaddrinfo-perl 的相关链接
Debian 的资源:
下载源码包 libsocket-getaddrinfo-perl:
- [libsocket-getaddrinfo-perl_0.22-3.dsc]
- [libsocket-getaddrinfo-perl_0.22.orig.tar.gz]
- [libsocket-getaddrinfo-perl_0.22-3.debian.tar.xz]
维护小组:
- Debian Perl Group (QA 页面, 邮件存档)
- Jonathan Yu (QA 页面)
- Nathan Handler (QA 页面)
- Ansgar Burchardt (QA 页面)
- gregor herrmann (QA 页面)
外部的资源:
- 主页 [metacpan.org]
相似软件包:
module implementing getaddrinfo and getnameinfo
Socket::GetAddrInfo provides a Perl implementation of the getaddrinfo and getnameinfo functions as described in RFC 2553. These functions are useful for converting between a pair of host name/service name and socket addresses, or vice versa.
This module uses underlying C code to do most of the work if possible, but can also fall back on some mostly-compatible emulation code written in Perl. This means that this module is a fairly portable implementation of these functions.
As of Perl version 5.14.0, Perl already supports `getaddrinfo' in core. On such a system, this module simply uses the functions provided by `Socket', and does not need to use its own compiled XS, or pure-perl legacy emulation.
As `Socket' in core now provides all the functions also provided by this module, it is likely this may be the last released version of this module. And code currently using this module would be advised to switch to using core `Socket' instead.