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?
My issue is related to using fork() within Perl code. I wish to fork
Share
1 Answer