Help for this page

Select Code to Download


  1. or download this
        use strict;
        use Parallel::ForkManager;
    ...
                $count++;
                $pm->finish;
    };
    
  2. or download this
        use strict;
        use Parallel::ForkManager;
    ...
                print "Working on $val (count: $count)\n";
                $pm->finish;
        };