in reply to config env script help building gradle from perl script (system/open tips needed)
If you set values into %ENV before calling system, then commands or programs run via system will see those changes,
C:\test>set fred Environment variable fred not defined C:\test>perl -E"$ENV{fred}='bill'; system q[set fred]";; fred=bill
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: config env script help building gradle from perl script (system/open tips needed)
by gj2666 (Beadle) on Jun 13, 2013 at 15:58 UTC |