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