in reply to Re: perl script for word
in thread perl script for word

I downloaded strawberry perl only. I have not used any modules. As mentioned the functions in the perl script "wdCharacter, wdPrintView, wdOutlineView" used to work fine with the old Word version but it does not work with the new Microsoft Word.

Replies are listed 'Best First'.
Re^3: perl script for word
by marto (Cardinal) on Aug 19, 2020 at 05:18 UTC

    Perl has no built in support for manipulating Microsoft word files, you are likely using Win32::OLE to automate Word, the object model may have changed between versions.

Re^3: perl script for word
by poj (Abbot) on Aug 19, 2020 at 10:06 UTC