adiuva has asked for the wisdom of the Perl Monks concerning the following question:
Can't be that hard to do, right?fork child 1 -> $return1 = subroutine($param1, $param2) fork child 2 -> $return2 = subroutine($param3, $param4) wait for both childs to finish run other code with $return1 and $return2
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl fork childs with variables
by ikegami (Patriarch) on Mar 07, 2013 at 01:04 UTC | |
|
Re: Perl fork childs with variables
by rjt (Curate) on Mar 07, 2013 at 01:02 UTC |