On Mon, 18 Jul 2011 13:44:39 +0200, Shawn H Corey <shawnhco...@gmail.com> wrote:

In Windows, there is only one environment.  That means if a child
process changes it, its parent can access the change.

In Linux, each process has its own environment.  The child process
inherits its parent's at the time of the fork and each is independent
thereafter.

That is most certainly not the case. On Windows %ENV behaves like it does on 
Linux:

https://gist.github.com/899a1385b703bba7f552

--
With regards,
Christian Walde

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to