|
|
| Perl: the Markov chain saw | |
| PerlMonks |
Re: while reading a file, transfer the same data to two different processes.by superfrink (Curate) |
| on May 20, 2010 at 16:15 UTC ( #840975=note: print w/ replies, xml ) | Need Help?? |
|
You may want to create a couple pipes and then fork. The processes can then communicate back and forth. Have a look at the perldoc for pipe.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||