jeni said:
how to read ms word document and manipulate the document using
win32::OLE.
Please read the Posting Guidelines for this group. They are posted
here twice a week. Take from them the following information:
* Put the subject of your post in the Subject of your post. Your post
is not about "please urgent", it is about manipulating Word documents
with Win32::OLE
* Your problem is not "urgent" to anyone from whom you are seeking
assistance. It is not our problem that you or your company did not
allocate the right amount of time or right resources to your task.
Telling us that your problem is "urgent" is rude. If it's that urgent,
hire a consultant who actually knows Perl.
* Make an attempt to solve your problem first. If you have made an
attempt, but it is failing, post a SHORT but COMPLETE script that
demonstrates the failure.
* Describe in as much detail as possible what the error is. Especially
include the error messages, desired output, and actual output.
* If you haven't made an attempt yet, read the documentation for the
module you're using, and at least *try*. In your case, said
documentation is found at:
http://search.cpan.org/~jdb/libwin32-0.26/OLE/lib/Win32/OLE.pm
* Do a search of CPAN to see if there are any modules better suited to
your task. For example, how about
http://search.cpan.org/~johanl/Win32-Word-Writer-0.02/lib/Win32/Word/Writer.pm
?
Paul Lalli