Help for this page

Select Code to Download


  1. or download this
    use MCE;
    ...
    max_workers => "$percent%"
    
  2. or download this
    use MCE;
    use Kens::MCE::Util 'get_max_workers';
    ...
    max_workers => get_max_workers($percent)