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


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

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.