in reply to RE: Re: Creating a file in a CGI script...
in thread Creating a file in a CGI script...

Check out what open says when you try to open the file in write mode and (presumably) fail. Check the value of $!, check the error logs for the site, try writing a file in another location (e.g. /tmp or equivalent), and find out what user you are running as and the permission it has for each directory.
  • Comment on RE: RE: Re: Creating a file in a CGI script...