in reply to Re^6: "MSVCR90.dll not found" Error Message
in thread "MSVCR90.dll not found" Error Message
And do you also get the dll problem if you try the minimum test above?
If not, is it possible for you to isolate what is happening within your script when that problem occurs?
One relatively painless way is to run your script with Devel::Trace.
Eg. perl -d:Trace yourscript.
|
|---|