You are viewing the version of this documentation from Perl blead. This is the main development branch of Perl. (git commit 3c2aa9fef064d0f6a90cb7999b1ca7a4fac4be3a)
$REAL_USER_ID
$UID
$<

The real uid of this process. You can change both the real uid and the effective uid at the same time by using POSIX::setuid(). Since changes to $< require a system call, check $! after a change attempt to detect any possible errors.

Mnemonic: it's the uid you came from, if you're running setuid.