Hi:
I am using C to write a server(on Windows) that supports perl scripts.
Currently, I am using the function "fp=popen("perl script.cgi","rb")" to run the script and then send the result back...