Is there way in perl to do this . Thanks, gvk I want the loop to looped around 7000 times and I need to wait to finish all the process before I proceed to next stepfor (i=0; i<8000 ;i++) { BLOCK1 { .. .. .. subroutine 1; subroutine 2; } } I want this to be run in parallel BLOCK1 process1 { ... ... subroutine 1; subroutine 2; } BLOCK1 process2 { .... .... subroutine 1; subroutine 2; } ... ... BLOCK1 process8000 { .... .... subroutine 1; subroutine 2; }
In reply to PARALLEL PROCESSING IN PERL by gvk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |