in reply to Why doesn't the system function pass the CGI parameters in?

I have seen this behavior as well, using Apache 2.0.51(?) on Win2k.

I never did solve the underlying problem - I finally ended up reading in the file I wanted to execute, adding a few lines at the top to set variables, and then using eval to run it.

  • Comment on Re: Why doesn't the system function pass the CGI parameters in?