Help for this page

Select Code to Download


  1. or download this
    nice -n 10 perlscript.pl
    # or, if the process is already running
    renice 10 -p <PID>
    
  2. or download this
    use BSD::Resource;
    my $success = setpriority(0,10);