in reply to How do I use the output of one perls script as the input of another on the commandline? like a pipeline

There are many IPC-related modules; I really liked

http://search.cpan.org/~glai/IPC-Exe-1.008/lib/IPC/Exe.pm

.

It requires advanced Perl knowledge (references and friends), but it's really worth it anyway

  • Comment on Re: How do I use the output of one perls script as the input of another on the commandline? like a pipeline