From: michael higgins <[EMAIL PROTECTED]>
> >>I want to create an MS Word document from a perl program. Would I
> use >>Win32::OLE or another module? Can you point me to any
> documentation /
> sample
> >>code / etc.?
> >>
> >>Wes
Not sure this is useable at this time, but there is also
ht
>
> I believe the preferred method is to write to .rtf files, which has a
> reasonably comprehendible format. Word will open them with no squawks
> and preserve the formatting.
>
> I use RTF::Writer. Might that work for you as well?
>
> Goood luck. I hope this points you in the right direction