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


in reply to Re: set env var at compile time
in thread set env var at compile time

Satisying ld.so makes sense, as does the failure of %ENV to update its environment. I wished for a Perl solution, but I suppose a shell script is better than hard coding the path. It's not really any better than just adding the 'env' to the crontab line, though, so I'll probably just hold my nose and go with that. Thanks for taking the time to respond.