My issue is related to using fork() within Perl code.
I wish to fork a new process and capture its PID and return it back to the callee program. Is there some command in Perl which would make this possible?
|
|
|||||||
|
|
|
|
||||||
|
|
|
yes, Quoting from that page:
|
||
|
|
|
|
Well, Perl's |
|||
|
|
|
|
fork returns child pid to the parent and 0 to the child. |
||
|
|
