http://www.perlmonks.org?node_id=207137


in reply to Re: Re: CGI open of tmpfile
in thread CGI open of tmpfile

You are right. But what if he or his sysadmin created another tmp directory, and disabled all the places, where CGI.pm looks after? I don't think that's impossible. What can he do then instead of hacking?

--
tune

Replies are listed 'Best First'.
Re: Re: Re: Re: CGI open of tmpfile
by rdfield (Priest) on Oct 22, 2002 at 18:38 UTC
    $ENV{TMPDIR} = '/some/writable/directory';?

    rdfield