$<

$<

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.

doc_perl
2016-12-06 03:17:22
Comments
Leave a Comment

Please login to continue.