open(APPENDFILE,">>newsletter.txt"); flock(APPENDFILE, LOCK_EX); print APPENDFILE "@umbenennen"; close (APPENDFILE); close(READFILE);