Good afternoon;

>HI,
>anyone knows the right syntax for  reading and writing (appending) to a file.
>I tried this and it didn't seem to work
>open (FH,"+< file.txt" )

Try:
open (FH,">> file.txt" )



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to