Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: getnetbyaddrChapter 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: getnetbyaddrPerl in a NutshellNext: Reference: getnetent
Reference: getnetbyaddrBook IndexReference: getnetent