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

Programming Perl

Programming PerlSearch this book
Previous: 3.2.59 getprotobynumber Chapter 3
Functions
Next: 3.2.61 getpwent
 

3.2.60 getprotoent

getprotoent setprotoent 

STAYOPEN

 endprotoent

These functions do the same thing as their like-named system library routines - see getprotent (3). The return value from getprotoent is:

($name, $aliases, $protocol_number)

In scalar context, getprotoent returns only the protocol name.


Previous: 3.2.59 getprotobynumber Programming Perl Next: 3.2.61 getpwent
3.2.59 getprotobynumber Book Index 3.2.61 getpwent