| Previous | Next
User::pwentOverrides core
The field names (and therefore the method names) are the same as the names of the fields in the passwd structure from the C file pwd.h: name, passwd, uid, gid, quota, comment, gecos, dir, and shell. You can access the fields with the methods or by importing the fields into your namespace with the :FIELDS import tag and prepending
$pw->getpw(arg) Frontend that forwards a numeric arg to
$pw->getpwent( ) Successive calls to
$pw->getpwnam(name) Accesses the password table by user's
$pw->getpwuid(uid) Accesses the password table by user's ID number, |