Tagged Questions
2
votes
3answers
1k views
Where does CGI.pm normally create temporary files?
On all my Windows servers, except for one machine, when I execute the following code to allocate a temporary files folder:
use CGI;
my $tmpfile = new CGITempFile(1);
print "tmpfile='", ...