in reply to CGI open of tmpfile
In your case, none of the above directories seem to be writable to your CGI user.Contents of environment variable TMPDIR /usr/tmp /var/tmp /tmp /temp current working directory
The easiest solution is probably to set $ENV{'TMPDIR'} in your code to point to a directory that is writable to your CGI user.
CU
Robartes-
|
|---|