in reply to Re: read/write data in using CGI
in thread read/write data in using CGI

I want the current file content to be shown up in the textarea, so that I can change it and on submit it should write the updated stuffs in the same file. I believe i can't do it using stdin/stdout.