in reply to Re: Win32::OLE problem with Destructing
in thread Win32::OLE problem with Destructing

why would calling $Doc->Close() "first" (first compared to what?) work better than letting the "destruct" do that?

I'm not explicitly creating a Word application. I would have supposed that if it was created, it will be destroyed when the last ref goes out of scope; if it found an existing one, it shares counts with that. I don't want to just call Quit blindly!

—John

  • Comment on Re: Re: Win32::OLE problem with Destructing