Not sure if anyone can help me, but as a novice C++ programmer (it's been 9yrs since I wrote a C++ program in college)I am seeking some answers to a problem at work.
We are trying to call a perl program, on our unix box, from a C++ program. The perl program requires us to pass a parameter via C++. After executing the perl program it will retun data string to the C++ program. My problem is I don't know how to execute the perl program from C++. I would imagine this would require some CGI coding. Can any one help me, or direct me to a tutorial on the web?
We are trying to call a perl program, on our unix box, from a C++ program. The perl program requires us to pass a parameter via C++. After executing the perl program it will retun data string to the C++ program. My problem is I don't know how to execute the perl program from C++. I would imagine this would require some CGI coding. Can any one help me, or direct me to a tutorial on the web?