Perl Programming/Keywords/getpwnam
The getpwnam keyword
The getpwnam function gets the next passwd record given the users login NAME.
Syntax
getpwnam NAME
Examples
getpwnam "Alexis";
The getpwnam function gets the next passwd record given the users login NAME.
getpwnam NAME
getpwnam "Alexis";