in reply to Automating Word with Perl

Would it be simpler if you pushed the text into say a csv then used a Word's mail merge?

Replies are listed 'Best First'.
Re^2: Automating Word with Perl
by merrymonk (Hermit) on Oct 25, 2008 at 15:29 UTC
    I should have asked how do I automatically run Word so
    that I can use mail merge to give a new document with
    merged data?
      Now that I better understand the scope of your problem, I wonder about generating the document in RTF via RTF::Writer.
Re^2: Automating Word with Perl
by merrymonk (Hermit) on Oct 25, 2008 at 15:08 UTC
    Possibly. However, will this allow me somehow to have as part of my data a graphics image?