Running exe's from front end

Hi,

     I have created a tool which analyses and debugs cobol programs on Unix environment usin the C files. I now want to create a frontend for the tool in windows. For this i need to establish some kinda communication between the front the end and the back end. I know pipes in one way of doing it....
        Is there any other way of achieving the same. Can i use perl for it.