![]() |
|
Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
perlfunc:getpriorityby gods (Initiate) |
on Aug 24, 1999 at 22:42 UTC ( [id://224]=perlfunc: print w/replies, xml ) | Need Help?? |
getprioritySee the current Perl documentation for getpriority. Here is our local, out-dated (pre-5.6) version: ![]() getpriority - get current nice value
![]() getpriority WHICH,WHO
![]()
Returns the current priority for a process, a process group, or a user.
(See getpriority(2).) Will raise a fatal exception if used on a machine that doesn't implement
|
|