home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


gethostbyname

gethostbyname 
name

Retrieves the address (and other names) of a network hostname. The return value in list context is:

($name, $aliases, $addrtype, $length, @addrs)
where @addrs is a list of raw addresses. In scalar context, gethostbyname returns only the host address.


Previous: Reference: gethostbyaddr Perl in a Nutshell Next: Reference: gethostent
Reference: gethostbyaddr Book Index Reference: gethostent

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.