[ ソース: 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
- Larry Wall 作の実用的な抽出とレポート用の言語