Q: How to get a user's full name from inside perl script? The user is the person who runs the perl script.
My solution: read from /etc/passwd and pull out the line which describe this user. I think this solution is somehow awkful. Do you have any efficient way to do it??