I'm working on a CGI script in a constrictive enviroment, one that won't let me write to files. So I decided to use the DATA meta-filehandle. The only problem is that it needs to completely overwrite the contents. How would I go about this? Can I open DATA for write (not append)?