getpwuid uid
Retrieves the passwd file entry with the user ID uid. The return value in list context is:
($name,$passwd,$uid,$gid,$quota,$comment,$gcos,$dir,$shell)
getpwent
In scalar context, getpwuid returns the username.
getpwuid
[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]