in reply to perl cgi-bin script
The most obvious problem would be that the user the Web server is running as doesn't have permission to write to the file, or doesn't have permission to do something else that is causing the error.
Do you see errors in your log file when you're running this? Have you put error checking everywhere a permission problem could break things (for example, the chmod)? Have you checked that the file permissions look right?
|
|---|