Subject: | CGI.pm has probs creating temp file |
Date: | Fri, 07 Mar 2008 09:24:13 +0100 |
To: | bug-CGI.pm [...] rt.cpan.org |
From: | Struppi <jstruebig [...] web.de> |
My Internethoster changed some security issues, so I don't have any permissions
to access to the directoy /var/tmp but it still exists. CGI.pm now dies because
it want access to this directory.
The Problem is at line 4008 (Version 3.33)
foreach (@TEMP) {
do {$TMPDIRECTORY = $_; last} if -d $_ && -w _;
}
}
The test -d is not enough, I must add && chdir $_ then it works.
sorry, I hope you understand my english.
regards
J. StrĂ¼big.