BEGIN { unless($ENV{LD_LIBRARY_PATH}){ $ENV{LD_LIBRARY_PATH} = "whatever"; exec $^X, $0, @ARGV; } }