http://qs321.pair.com?node_id=102732

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];