Help for this page
getlogin This implements the C library function of the same name +, which ... any. If null, use "getpwuid". $login = getlogin || getpwuid($<) || "Kilroy";
perl -e 'print getlogin || getpwuid($<)' lanx