http://qs321.pair.com?node_id=695576


in reply to Re^2: Using IPC::Run
in thread Using IPC::Run

The docs on CPAN indicate that IPC::Run can already set up pipelines. It has this example:
# Piping between children run \@cat, '|', \@gzip ;