in reply to using socket with c++

IPC::Open2 doesn't work because the process has to be restarted each time it is called. Before jumping into sockets, it might be easier to use is a Win32::Pipe (i.e. a Win32 named pipe)

-M

Free your mind