http://www.perlmonks.org?node_id=11105696


in reply to Re: Lite.pm Causing Problems
in thread Lite.pm Causing Problems

jcb: No, nor will applying undef to your globals fix the problem. The problem is that, somewhere in your code, a Win32::OLE object handle is getting corrupted, and the destructor in Win32::OLE::Lite is finding that a resource it is supposed to release is not there and complaining about this state of affairs.

So you havent heard of global destruction phase? Super Search cures what ails ya