in reply to "next" in Parallel::ForkManager, and subroutines
Next, use $pm->start to do the fork. $pm returns 0forto the child process, and child pidforto the parent process.
“Short circuit” expression evaluation means that the next statement will only be executed if the first half was True, i.e. not-zero, i.e. we are the parent process.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: "next" in Parallel::ForkManager, and subroutines
by locked_user sundialsvc4 (Abbot) on Apr 04, 2012 at 22:03 UTC |