Help for this page
BEGIN { $ENV{LD_LIBRARY_PATH} = '...'; }
BEGIN { if (!$ENV{LD_LIBRARY_PATH}) { ... exec($^X, $0, @ARGV); } }