http://qs1969.pair.com?node_id=719593


in reply to Automating Word with Perl

This is what Win32::Word::Writer is for, automating away the drudgery of those common operations described in the other post about Win32::OLE.

As for the images, I guess you'll need to create images in a format Word understands and then use the appropriate Word API methods to include them.

If you start off with text, it may be clearer how to do that, or how to figure out how to do it.

/J