in reply to Interprocess communication in windows xp

Excellent support for TCP sockets is built into the Perl core. It is straightforward to write both servers and clients using sockets in Perl. These sort of programs tend to be very portable; that is, most Perl TCP socket programs will "just work" on both Windows and Unix without requiring any special care on the part of the programmer. As for getting started, see, for example: perlipc, IO::Socket and Socket programming in Perl.

  • Comment on Re: Interprocess communication in windows xp