home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 2003 April
/
VPR0304.ISO
/
AIBO
/
getaddr.pl
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-11-28
|
118 b
|
5 lines
$host = $ARGV[0];
$addr = gethostbyname($host);
($a, $b, $c, $d) = unpack('C4', $addr);
print "$host -> $a.$b.$c.$d";