Help for this page

Select Code to Download


  1. or download this
      $pid = Parallel::Jobs::start_job({ stdin_file => filename |
                         stdin_handle => *HANDLE,
    ...
                         stderr_handle => *HANDLE |
                         stderr_capture => 1 },
                         ... cmd as above ...);
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
      print "Ciao.  All the parallel parts are done.\n";
    }