in reply to perl script for word

What modules do you use ?

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery

Replies are listed 'Best First'.
Re^2: perl script for word
by Hary (Initiate) on Aug 19, 2020 at 00:35 UTC
    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.

      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.