Package : perl-Net-Nslookup

Package details

Summary: Provide nslookup(1)-like capabilities

Description:
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`. This module 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");


URL: http://search.cpan.org/dist/Net-Nslookup
License: GPL+ or Artistic

Maintainer: nobody

List of RPMs