in reply to Re: Problems Processing Hash within Cgi Script
in thread Problems Processing Hash within Cgi Script

Okay, I finally found the problem thanks to that package/module. somewhere in that monkey package, it's trying to create a temp file, but for some reason can't. Any ideas? I gave my cgi script +777
  • Comment on Re^2: Problems Processing Hash within Cgi Script

Replies are listed 'Best First'.
Re^3: Problems Processing Hash within Cgi Script
by neilwatson (Priest) on Dec 22, 2004 at 17:35 UTC
    I would advise against giving more permissions than you have to. World writable files are something to be avoided.

    That aside, I did not see any code about opening a file. Perhaps using die would help.

    Neil Watson
    watson-wilson.ca