http://qs321.pair.com?node_id=1192662

smarthacker67 has asked for the wisdom of the Perl Monks concerning the following question:

HI ,

I need help achieving the child process to child process communication.Forked a multiple child, now lets say PID 1,PID 2,PID 3 I wish to send command fetched on PID1 (saying I want to connect to PID 3) to PID 3 how to achieve this ?

Tried searched a lot about Perl Pipes ,IPC but couldn't succeed. basically I can read command on PID1 but want to send it to particular PID XX how to select such PID ?

Thanks in advance.