Hi There,
I want to be able to set LD_LIBRARY_PATH in my perl script and have the use methods know that this is where they should look for libraries. But if I put $ENV above use, the use method still does not find what I am looking for. Obviously the way the script is parsed means that the use methods get read first. Any ideas would be greatly appreciated
I want to be able to set LD_LIBRARY_PATH in my perl script and have the use methods know that this is where they should look for libraries. But if I put $ENV above use, the use method still does not find what I am looking for. Obviously the way the script is parsed means that the use methods get read first. Any ideas would be greatly appreciated