1# $EPIC: getuid,v 1.2 2001/06/22 20:01:37 jnelson Exp $
2Synopsis:
3   $getuid()
4
5Technical:
6   Gets the current user id, similar to the Unix system call.
7
8Returns:
9   current userid
10
11See Also:
12   getgid(6); getpgrp(6); getlogin(6)
13
14