in reply to Posting CGI Output to a local file

Yes, just open up a filehandle and print the results to it instead . . . .BUT!

There is a big catch - the user that owns the CGI process must be able to write the file, i.e., that process needs write permission on the directory in question.

jeffa

  • Comment on (jeffa) Re: Posting CGI Output to a local file