|
|
| Perl: the Markov chain saw | |
| PerlMonks |
Re: Interprocess using Safe Pipes Opensby krishnoid (Novice) |
| on Aug 02, 2007 at 22:56 UTC ( #630416=note: print w/ replies, xml ) | Need Help?? |
|
I struggled with this for quite a while until I decided to check the FAQ again after many years. This entry:
pointed me to IPC::Run, and other entries pointed me to IPC::Open2 and IPC::Open3. IPC::Run seems to allow all kinds of child creation and I/O redirection without having to start a shell or do your own forking. The examples at the beginning of the page are very helpful.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||