Hi,
I need to communicate between two processes one running VC++ application and one running a Perl script. I have choosen Named Pipes mechanism for IPC. VC++ application acts as a server(It reads messages from the pipe).
My question: Is there any CPAN module which provides functionality for writing to message oriented named opipes? I have gone through Win32::Pipe. But it can write only to byte oriented named pipes. Can any body suggest a module or a work around?