in reply to Re: Need help with perl only parsing of M$ word file
in thread Need help with perl only parsing of M$ word file

Win32::OLE works not only with MS-Office programs, but with any OLE program that supports IDispatch.

Otherwise whole bunch of my utilities program will never work.
I happen to manage Adobe Acrobat, Trados and many other programs using Win32::OLE .

Courage, the Cowardly Dog

Replies are listed 'Best First'.
Re: Re: Re: Need help with perl only parsing of M$ word file
by grantm (Parson) on Sep 05, 2003 at 07:10 UTC

    I think the point bart was making was that Win32::OLE won't help you read a MSWord document if you don't have Word installed.