print "ContentType: text/plain \n\n"; open FILE, '> a.txt'; print FILE 'hello world'; close FILE; print 'hello world';