http://www.perlmonks.org?node_id=1004520


in reply to Re: Global Variables Not Updated in Child Process
in thread Global Variables Not Updated in Child Process

So, is there anything I can use instead of forking? I want to run some processes in parallel and capture the results from them. My Prime focus is not forking but process some thing in a child process and get the values updated in parent.