Re: Interprocess communications for Windows Perl

2006-04-19 Thread Karjala
I guess then sockets is the right way for my case. Thanks. zentara wrote: Personally, I would stick with sockets, since it is more foolproof and well tested. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Interprocess communications for Windows Perl

2006-04-18 Thread Karjala
I'm making a Perl program, and someone else is writing a C++ program, and both will run on the same MS-Windows machine at the same time. What is a good way to have the two programs communicate? I'm asking because until now I've only programmed for Linux machines, and I used to use named pipes