Hi Tim, I have seen your name in many Perl discussion and thought you could defnitely help me on one of the perl issue that we are facing. Apologies for contacting you directly through mail.
We have an application ruuning on IIS 6.0 with Perl v5.6.1 Due to performance issues, we have decided to move the application to a new server. This time infra has decided to give us latest versions. Now the new server has IIS 7.0, Perl v5.12.3 Most of my application is working fine. However we are facing a problem with respect to global destruction. In my code, I am trying to update database table in destroy method of session related function. It works fine in older version, but it throws below error in new server: "Can't call method "prepare" on an undefined value at lib/Session.pm line 519 during global destruction" I tried to create a DB connection instead of using existing one, but didn't help. I am completely clueless on how it is working in old server but not in new one. Any help on this would be highly appreaciated and I would be very grateful. PS: DBI version in old server is 1.48 where in new server it is 1.616 Cheers, Vinay