start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: getnetbyaddr Chapter 5
Function Reference
Next: Reference: getnetent
 

getnetbyname

getnetbyname 
name

Retrieves the network address of a network name . The return value in list context is:

($name, $aliases, $addrtype, $net)
In scalar context, getnetbyname returns only the network address.


Previous: Reference: getnetbyaddr Perl in a Nutshell Next: Reference: getnetent
Reference: getnetbyaddr Book Index Reference: getnetent