Hallo,
I have a (small?) problem. I need to run a cgi script writen in C++ and form its output. Now, I tried the exec() function but it seems that the exec() function wants the absolute path, so bye bye CGI. I also tried the virtual() but I do not know how to get the results.
Any ideas?
Thank you