Re: Question about filehandles

2003-07-02 Thread Jenda Krynicky
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:

RE: Question about filehandles

2003-07-01 Thread Dan Muey
> 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 >

Re: Question about filehandles

2003-07-01 Thread Janek Schleicher
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

Question about filehandles

2003-07-01 Thread Azubi CAI
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: #!/usr/bin/perl -w open PASSWD, "test.rtf" or