Help for this page

Select Code to Download


  1. or download this
     while (<NS>) {
         $a = nslookup (host => "$_", type => "PTR");
              %hosts($_, $a);
    }
    
  2. or download this
    while ( ($ip, $a) = each (%hosts)) {
                 foreach $line (@final) {
    ...
                  print FQDN $_;
                  }
          }