in reply to Re^10: Using STDIN after exec() with ActiveState Perl
in thread Using STDIN after exec() with ActiveState Perl
Oh indeed you're right, actually it's not for the PATH environment variable that I needed the exec. It's for another environment variable which is used by the C++ library. If I set it with %ENV and I don't use exec, then the C++ library doesn't see it.
Which one? :)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^12: Using STDIN after exec() with ActiveState Perl
by Yaribz (Beadle) on Jun 21, 2015 at 21:11 UTC | |
by Anonymous Monk on Jun 21, 2015 at 21:18 UTC | |
by Yaribz (Beadle) on Jun 21, 2015 at 21:28 UTC | |
by Anonymous Monk on Jun 21, 2015 at 21:46 UTC | |
by Yaribz (Beadle) on Jun 21, 2015 at 22:04 UTC | |
|