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
Comment on
Re: using socket with c++
In Section
Seekers of Perl Wisdom