in reply to Re: Re: Re: Re: Stupid newbie question - perl/cgi
in thread perl/cgi question: script works from unix command line, but not web page

That is the strange part I believe.

The actual user directory is chmoded differently, so that access to the www-root directory is inaccessible. Meaning that they could not edit should they want to. Sure, the file itself is 0777, but the parent directory is 0722 or something less.

  • Comment on Re: Re: Re: Re: Re: Stupid newbie question - perl/cgi