![]() |
|
P is for Practical | |
PerlMonks |
Re^3: Pipes (for interprocess communication)by robin (Chaplain) |
on Dec 09, 2005 at 18:54 UTC ( #515622=note: print w/replies, xml ) | Need Help?? |
Right.
Update: I should have been more specific. Unless you really know what you're doing, you should choose a direction (i.e. parent -> child or child -> parent) and use the pipe only in that direction. If you want to communicate both ways, just make two pipes.
In Section
Seekers of Perl Wisdom
|
|