Perl Programming/Keywords/getpwnam
Appearance
The getpwnam keyword
[edit | edit source]The getpwnam function gets the next passwd record given the users login NAME.
Syntax
[edit | edit source] getpwnam NAME
Examples
[edit | edit source] getpwnam "Alexis";