How can I open an MS Word document and set the insertion point in Perl?
I'm new to Perl and I want 开发者_StackOverflow中文版to open a Word document in the MS Word application with cursor pointing the location specified by me. Is it possible to implement this requirement in Perl?
The Win32::OLE module can help with scripting Word and other Windows apps in Perl.
I found a code example of how it's used at René Nyffenegger's OLE tutorial.
精彩评论