[ Source: libnet-nslookup-perl ]
Package: libnet-nslookup-perl (2.04-4)
Links for libnet-nslookup-perl
Debian Resources:
Download Source Package 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]
Maintainers:
External Resources:
- Homepage [metacpan.org]
Similar packages:
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");
Other Packages Related to libnet-nslookup-perl
|
|
|
|
-
- dep: libnet-dns-perl
- module to perform DNS queries
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language
Download libnet-nslookup-perl
Architecture | Package Size | Installed Size | Files |
---|---|---|---|
all | 7.9 kB | 27.0 kB | [list of files] |