Help for this page

Select Code to Download


  1. or download this
      use Net::NBName;
      my $nb = Net::NBName->new;
    ...
            print "$addr ".$dom->name()."$/";
        }
      }
    
  2. or download this
    while(my $addr=<>)
    {
    ...
      close NMB;
      print "$addr $domain$/";
    }