in reply to Re^3: passing env{} variable to child fails on linux,works on windows
in thread passing env{} variable to child fails on linux,works on windows
threads->create(&routine);
$ENV{'SKIP_SYSTEM'}='1'; threads->create(&routine);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: passing env{} variable to child fails on linux,works on windows
by andal (Hermit) on Jan 14, 2013 at 09:19 UTC | |
|
Re^5: passing env{} variable to child fails on linux,works on windows
by thargas (Deacon) on Jan 14, 2013 at 13:49 UTC |