Perl Programming/Keywords/getpwuid
Appearance
The getpwuid keyword
[edit | edit source]The getpwuid function gets the next passwd record given the users identifier UID.
Syntax
[edit | edit source] getpwuid UID
Examples
[edit | edit source] getpwuid 4711;