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


in reply to Re^4: passing env{} variable to child fails on linux,works on windows
in thread passing env{} variable to child fails on linux,works on windows

One problem with your question is that you're using the word "child". For most unix folks, child implies that you're using fork, which you're not. Fork and threads work differently. The problem could have been avoided by providing a complete script.
  • Comment on Re^5: passing env{} variable to child fails on linux,works on windows