Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Re: CGI open of tmpfile

by rdfield (Priest)
on Oct 22, 2002 at 13:15 UTC ( [id://207065]=note: print w/replies, xml ) Need Help??


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

I don't think that this is particularly good advice. Please correct me if I am wrong, but the CGI docs clearly state that temp dirs are found in the following order:
  • ~user/tmp
  • $ENV{TMPDIR}
  • the usual suspects (/usr/tmp, /var/tmp, C:\temp, /tmp, /temp, ::Temporary Items, and \WWW_ROOT)
I don't see any mention of it looking at the value of $TempFile::TMPDIRECTORY (whatever that might be) and I certainly wouldn't recommend anyone start hacking CGI.pm.

rdfield

Replies are listed 'Best First'.
Re: Re: Re: CGI open of tmpfile
by tune (Curate) on Oct 22, 2002 at 17:29 UTC
    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

      $ENV{TMPDIR} = '/some/writable/directory';?

      rdfield

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://207065]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-04-25 05:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found