MINI MINI MANI MO

Path : /proc/self/root/usr/share/doc/perl-Net-DNS-0.72/demo/
File Upload :
Current File : //proc/self/root/usr/share/doc/perl-Net-DNS-0.72/demo/example_recurse.pl

#!/usr/bin/perl -w

# Example usage for Net::DNS::Resolver::Recurse
# Performs recursion for a query.

use Net::DNS::Resolver::Recurse;
my $res = Net::DNS::Resolver::Recurse->new;
$res->debug(1);
$res->hints("198.41.0.4"); # A.ROOT-SERVER.NET.
my $packet = $res->query_dorecursion("www.rob.com.au.", "A");
$packet && $packet->print;

OHA YOOOO