Subject: | Setting $CGITempFile::TMPDIRECTORY appears to now be redundant |
Using version CGI.pm-3.11 with Perl 5.8.7 on Win2003, it appears setting
$CGITempFile::TMPDIRECTORY
at line 26 is redundant in that it doesn't allow the user to define where the tmpdirectory will be on the system.
Could it be that the
undef $TMPDIRECTORY;
at line 3784 renders line 26 impotent, and, if so, is 3784 necessary?