in reply to Re^2: programatically setting the LD_LIBRARY_PATHin thread programatically setting the LD_LIBRARY_PATH
sub exec_something { local $ENV{LD_LIBARY_PATH} = "...."; system some_command => @args; } [download]