in reply to Re^3: Excel Win32::OLE->Uninitialize
in thread Excel Win32::OLE->Uninitialize

I tried it both from DOS and the browser (works for both locally and only tried it on the customer's end from the browser and it doesn't). Yes a web server is involved (IIS) in both cases. I'm using Win32::OLE to grab the object is there a way to obtain the process ID and terminate it some other way? Thanks for reply. Rob

Replies are listed 'Best First'.
Re^5: Excel Win32::OLE->Uninitialize
by traveler (Parson) on Jan 16, 2006 at 16:00 UTC
    Of course you can get the process id. The question is how you started Excel. Unless you used system (unlikely) the sub you used to invoke excel probably got the PID. Now we need to see some code.
        Sorry I was unclear. That is the perl script that manipulates the spreadsheet, yes. Now, how is that code invoked?