Perl Programming/Keywords/getpwnam

Previous: getpwent Keywords Next: getpwuid

The getpwnam keywordEdit

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

SyntaxEdit

  getpwnam NAME

ExamplesEdit

  getpwnam "Alexis";
Previous: getpwent Keywords Next: getpwuid