Perl Programming/Keywords/getpriority

Previous: getppid Keywords Next: getprotobyname

The getpriority keyword

edit

The getpriority function returns the current priority for a process, a process group, or a user. Raises a fatal exception, if used on a machine that doesn't implement getpriority(2).

Syntax

edit
  getpriority WHICH, WHO
Previous: getppid Keywords Next: getprotobyname