June 2002
Beginner
759 pages
80h 42m
English
getnetent
getnetent
Retrieves the next line from your /etc/networks file, or system equivalent. The return value in list context is:
($name, $aliases, $addrtype, $net)
In scalar context, getnetent returns only the network
name.