Perl Programming/Keywords/getpwnam

Previous: getpwent Keywords Next: getpwuid

The getpwnam keyword

The getpwnam function gets the next passwd record given the users login NAME.

Syntax

  getpwnam NAME

Examples

  getpwnam "Alexis";
Previous: getpwent Keywords Next: getpwuid
Category:Book:Perl Programming#Keywords/getpwnam%20
Category:Book:Perl Programming