Gossamer Forum
Home : General : Perl Programming :

Output in Word Perfect 5.1 Format?

Quote Reply
Output in Word Perfect 5.1 Format?
I m trying to make something that will generate the output files by perl script not in HTML or Text but in

Word Perfect 5.1 (DOS format)

Any help??

Any Ideas??

Thanks,

Zeshan.
Quote Reply
Re: [zeshan] Output in Word Perfect 5.1 Format? In reply to
Would you be able to give an example of the output? (I'm not familiar with Word Perfect)
Quote Reply
Re: [Paul] Output in Word Perfect 5.1 Format? In reply to
I m attaching the file with this message.

Thanks,

Zeshan.
Quote Reply
Re: [zeshan] Output in Word Perfect 5.1 Format? In reply to
This is the best help I can give I'm afraid....

http://wp.openoffice.org/filter.html

It converts wpd to another format but in the code is a function to parse the wpd file so I suppose you may be able to "borrow" that code in order to create a wpd formatted file.

Hope that helps.
Quote Reply
Re: [Paul] Output in Word Perfect 5.1 Format? In reply to
Thanks Paul,

But this will not serve my purpose,

Just one more question? Do you know how to generate RTF (Rich Text Format) from the CGI scripts.

for example:

My input is $input = "Hello World";

and the script will write a file with .rtf?

Thanks.

Zeshan.
Quote Reply
Re: [zeshan] Output in Word Perfect 5.1 Format? In reply to
See: http://search.cpan.org/...ery=RTF&mode=all