[ 原始碼: libnet-nslookup-perl ]
套件:libnet-nslookup-perl(2.04-2)
libnet-nslookup-perl 的相關連結
Debian 的資源:
下載原始碼套件 libnet-nslookup-perl:
- [libnet-nslookup-perl_2.04-2.dsc]
- [libnet-nslookup-perl_2.04.orig.tar.gz]
- [libnet-nslookup-perl_2.04-2.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
- Perform DNS queries from a Perl script
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language