Perl Programming/Keywords/getprotoent

From Wikibooks, open books for an open world
Jump to navigation Jump to search
Previous: getprotobynumber Keywords Next: getpwent

The getprotoent keyword[edit | edit source]

The getprotoent function gets the next protocol record.

Syntax[edit | edit source]

  getprotoent

Examples[edit | edit source]

   getprotoent;
Previous: getprotobynumber Keywords Next: getpwent