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]
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:
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]