Help for this page

Select Code to Download


  1. or download this
    use MCE::Simple -strict, (
        spawn_limit => 2,  # MCE::Child processes
    ...
    }
    
    sync;
    
  2. or download this
    60264: 10  # alternating PIDs
    60265: 11  # two MCE workers
    ...
    60275: 36
    60276: 37
    60277: 38
    
  3. or download this
    spawn my $i (30..38) {
        say "$$: $i";
    ...
        say "$$: $i";
    }); }