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


in reply to Re: LD_PRELOAD without shell
in thread LD_PRELOAD without shell

is %ENV global for perl and another progs running from it?

but exec works fine, thanks

Replies are listed 'Best First'.
Re^3: LD_PRELOAD without shell
by Corion (Patriarch) on Apr 22, 2013 at 12:43 UTC

    From the linked documentation:

    Setting a value in ENV changes the environment for any child processes you subsequently fork() off.

    I'm sure it could be less specific on fork(), but the part about "any child processes" is still true.