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


in reply to Re^2: is sharing variables between forked process possible??
in thread is sharing variables between forked process possible??

Not entirely true. You can configure your Perl to use the system vfork() instead of the system fork(). This, however, is not recommended and can lead to unexpected breakages.