in reply to help me...named pipe

Perl inter-process communication is easier than in some other languages because you can just use "print $filehandle" and the <$filehandle> syntax to read from the pipe once you have it open.

There are of course pitfalls and gottcha's! Simplify the problem to a short set of code and post it along with errors encountered.