I have a script that runs in my DEV and PROD environment, but for some reason on my TEST server, I am getting the following error:



The script's function is to read from an XML file and load the data to an Oracle table. I believe this error is actually caused by the environment, not sure what yet, but I have checked the DBI and DBD version against our PROD server and they are matched.

I am running the...