in reply to Issue with communication of large data between Parent and child using Perl pipes
Please use <code> to get your code properly formatted. You also should use
use warnings; use strict;
In the top of your script.
That aside, did you read perlipc?
|
|---|