That's a good idea, but I'm not at that location, and my remote login is turned off, right now. I can try it when I get there later today. Presuming it IS a CGI problem, what would I need to check? And opposite of that, what would I need to check?
Thanks again, Mark ----- Original Message ----- From: "Hannes" <[EMAIL PROTECTED]> To: "Mark Wheeler" <[EMAIL PROTECTED]> Sent: Wednesday, September 24, 2003 9:09 AM Subject: Re: File write/read problem > On 9/24/03 7:57 AM, "Mark Wheeler" <[EMAIL PROTECTED]> wrote: > > > Yes, I am running this as a cgi. I called it from a web browser. IE 6 on a > > PC. Yes, the script has no Mac line endings. I wrote it on a PC using a text > > editor. I've done nothing different than I have for all my other scripts. I > > just don't understand. Here is the path: > > > > tonedeaf.redirectme.net/cgi-bin/write.cgi > > > > The script is in the /Library/WebServer/CGI-Executables/ folder. I can get > > other scripts to run fine, but just can't read or write files. Any ideas you > > may have would be greatly appreciated. > > > > Thanks, > > Just to see if it is a cgi problem, have you tried running it on the > commandline with: > > /usr/bin/perl example.txt > > from the directory where example.txt is located? > > Cheers/h >