start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: gethostent Chapter 5
Function Reference
Next: Reference: getnetbyaddr
 

getlogin

getlogin

Returns the current login from /etc/utmp (Unix systems only), if any. If null, use getpwuid . For example:

$login = getlogin || getpwuid($<) || "Intruder!!";


Previous: Reference: gethostent Perl in a Nutshell Next: Reference: getnetbyaddr
Reference: gethostent Book Index Reference: getnetbyaddr