[ 源代码: libnet-nslookup-perl ]
软件包:libnet-nslookup-perl(2.04-4)
libnet-nslookup-perl 的相关链接
Debian 的资源:
下载源码包 libnet-nslookup-perl:
- [libnet-nslookup-perl_2.04-4.dsc]
- [libnet-nslookup-perl_2.04.orig.tar.gz]
- [libnet-nslookup-perl_2.04-4.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [metacpan.org]
相似软件包:
simple DNS lookup module for perl
Net::Nslookup provides the capabilities of the standard UNIX command line tool nslookup(1). Net::DNS is a wonderful and full featured module, but quite often, all you need is `nslookup $host`. Net::Nslookup provides that functionality.
Net::Nslookup exports a single function, called nslookup. nslookup can be used to retrieve A, PTR, CNAME, MX, and NS records.
my $a = nslookup(host => "use.perl.org", type => "A");
my @mx = nslookup(domain => "perl.org", type => "MX");
my @ns = nslookup(domain => "perl.org", type => "NS");
其他与 libnet-nslookup-perl 有关的软件包
|
|
|
|
-
- dep: libnet-dns-perl
- module to perform DNS queries
-
- dep: perl
- 拉里 沃尔的实用报表提取语言(Perl)