=over =item getlogin X X This implements the C library function of the same name, which on most systems returns the current login from F, if any. If it returns the empty string, use C. $login = getlogin || getpwuid($<) || "Kilroy"; Do not consider C for authentication: it is not as secure as C. =back