I'm writing a perl script that needs to be share with a C++ program(which is already written). And i am very poor at writing C++ programs.
Could anyone suggest me how to incorporate a C++ program into a perl script? and give the input from the perl script to the C++ program?