Hi,I have a perl Script that work perfectly from the command prompt with "iwperl theScript.pl".The scipt is using DBD module to connect to the DB and retrieve the data.Problem when I use it in a DCT with an inline command it bomb, it complaint about not finding DBD modules, I'm guessing that the environement isn't the same from a DCT vs from the dos prompt.I guest that I could use a callserver to fix this, but I also want to know how to make it work from my DCT.Any Lead, appreciate.MIchel
How are you invoking the inline ? If you are running iwperl then you should have the appropriate PMs. If you are mistakenly running perl then it won't work
callServer won't help on its own. You'd have to set up %ENV components yourself.Look for example [thread=20586]here[/thread]