From: "Azubi CAI" <[EMAIL PROTECTED]>
> Hi there,
>
> I need to substitute a string in a .rtf file with a string from an
> HTML form. I thought about using placeholders in the .rtf document and
> then searching and overwriting them with the data from the HTML form.
> I tried it out with that code:
> Hi there,
Howdy
>
> I need to substitute a string in a .rtf file with a string
> from an HTML form. I thought about using placeholders in the
> .rtf document and then searching and overwriting them with
> the data from the HTML form. I tried it out with that code:
>
> #!/usr/bin/perl -w
>
Azubi Cai wrote at Tue, 01 Jul 2003 16:40:23 +0200:
> I need to substitute a string in a .rtf file with a string from an HTML
> form.
> I thought about using placeholders in the .rtf document and then
> searching and overwriting them with the data from the HTML form.
> I tried it out with that cod