Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: How can I get which Windows domain an IP belongs to?

by idsfa (Vicar)
on Oct 13, 2003 at 21:36 UTC ( [id://298954]=note: print w/replies, xml ) Need Help??

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$/";
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://298954]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (4)
As of 2024-04-19 15:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found