Jump to content

Perl Programming/Keywords/getprotoent

From Wikibooks, open books for an open world
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Previous: getprotobynumber Keywords Next: getpwent

The getprotoent keyword

The getprotoent function gets the next protocol record.

Syntax

 getprotoent 

Examples

 getprotoent; 
Previous: getprotobynumber Keywords Next: getpwent