merrymonk has asked for the wisdom of the Perl Monks concerning the following question:
I have a Perl/Tk application to gather data. I want to produce a Word document with the resultsof manipulating this data. The Word document is standard and much like a form that can have graphics. I guess I will have to:
• create some sort of data file;
• start Word so that the contents of the data file can be used to populate a prepared Word document.
I really would appreciate some guidance about how to do this.As ever some ‘starter’ Perl code would really be gratefully received.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Automating Word with Perl
by polypompholyx (Chaplain) on Oct 25, 2008 at 15:47 UTC | |
Re: Automating Word with Perl
by jplindstrom (Monsignor) on Oct 26, 2008 at 01:07 UTC | |
by merrymonk (Hermit) on Oct 28, 2008 at 16:08 UTC | |
by jplindstrom (Monsignor) on Oct 29, 2008 at 03:07 UTC | |
by merrymonk (Hermit) on Oct 29, 2008 at 11:45 UTC | |
by jplindstrom (Monsignor) on Oct 29, 2008 at 23:05 UTC | |
by merrymonk (Hermit) on Oct 29, 2008 at 16:30 UTC | |
by jplindstrom (Monsignor) on Oct 29, 2008 at 22:54 UTC | |
Re: Automating Word with Perl
by Anonymous Monk on Oct 25, 2008 at 14:09 UTC | |
by merrymonk (Hermit) on Oct 25, 2008 at 15:29 UTC | |
by Anonymous Monk on Oct 25, 2008 at 16:05 UTC | |
by merrymonk (Hermit) on Oct 25, 2008 at 15:08 UTC |
Back to
Seekers of Perl Wisdom