Nalina has asked for the wisdom of the Perl Monks concerning the following question:
Also I have installed Office 2000.use Win32; use Win32::OLE qw(in with); use Win32::OLE::Const 'Microsoft Excel'; $Constant = Win32::OLE::Const->Load('Microsoft Excel'); $Excel = Win32::OLE->new('Excel.Application', 'Quit') || die "Error launching MS Excel ".Win32::OLE->LastError;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Getwindow function in Win32::API
by bsdz (Friar) on Mar 30, 2007 at 09:42 UTC | |
by Nalina (Monk) on Apr 02, 2007 at 11:52 UTC | |
by BrowserUk (Patriarch) on Apr 02, 2007 at 15:31 UTC |