Help for this page

Select Code to Download


  1. or download this
    ($name,$passwd,$uid,$gid,
        $quota,$comment,$gcos,$dir,$shell,$expire) = getpw*;
    
  2. or download this
    my ($name,$passwd,$uid,$gid,$quota,$comment,$gcos,$dir,$shell,$expire)
        = getpwnam($loginName);