in reply to How to get Remote system hostnames in LAN?
use Socket; my ($addr) = inet_aton $ip_address_as_string; print scalar gethostbyaddr($addr, AF_INET), "\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to get Remote system hostnames in LAN?
by asz (Pilgrim) on Jan 25, 2006 at 08:47 UTC |