Re: Printing data into a file every time some presses

2002-02-20 Thread Bruce Ambraal
Hi Zentara I haven't forgotten..., thanks so much for your assistance. Appreiciation. thanks again Cheers :) Bruce -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Printing data into a file every time some presses

2002-02-19 Thread zentara
On Mon, 18 Feb 2002 16:18:27 +0200, [EMAIL PROTECTED] (Bruce Ambraal) wrote: >Hi > >Could someone help? > >the following code is not working. > >open(INPUT_FILE,"+>fixed.dat") || die "Could not open filename"; >while () { >print INPUT_FILE "bruce\n"; >} >close(INPUT_FILE); Try unquoting bruce:

Printing data into a file every time some presses HELP!!

2002-02-18 Thread Bruce Ambraal
Hi Could someone help? the following code is not working. open(INPUT_FILE,"+>fixed.dat") || die "Could not open filename"; while () { print INPUT_FILE "bruce\n"; } close(INPUT_FILE); -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]