Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

How can I translate IP to computer name on NT?

by TheJester (Initiate)
on Aug 07, 2001 at 13:17 UTC ( [id://102732]=perlquestion: print w/replies, xml ) Need Help??

TheJester has asked for the wisdom of the Perl Monks concerning the following question: (network programming)

How can I translate IP to computer name on NT?

Originally posted as a Categorized Question.

  • Comment on How can I translate IP to computer name on NT?

Replies are listed 'Best First'.
Re: How can I translate IP to computer name on NT?
by physi (Friar) on Aug 07, 2001 at 13:35 UTC
    my @info = gethostbyaddr 192.168.200.20,'tcp'; print $info[0];

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (2)
As of 2024-04-20 04:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found