in reply to Re^2: DynaLoader and LD_LIBRARY_PATH
in thread DynaLoader and LD_LIBRARY_PATH

So then rename the perl script to script-old, the shell script to the same name as script-old and pass any args along. If your looking for a way to modify your current script to load the proper ld path, you're out of luck

If you don't like the shell script invocation, you can do as another poster suggested and have your perlscript set-up the environment in a begin block and then re-exec itself

-derby