paperlined.org
dev
>
perl
>
modules
>
related_modules
document updated 13 years ago, on Jun 8, 2011
Ways to set up longer Unix pipelines:
ways to deal with one process at a time, providing facilities for possibly stringing them together
perlipc#Safe Pipe Opens
IPC::Open3
is the bare minimum you need to string things together, though it doesn't provide many niceties
Proc::SafeExec
Forks::Super
— wow
IPC::Run
IPC::Cmd
IPC::Pipeline
IPC::Exe
others, possibly related
IPC::Run::Simple
IPC::Run3