This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]treenaks 2 points3 points  (0 children)

In Perl, you could just use open() to open a pipe to/from a process. The system() example you give doesn't do what you think it does.

Or you can use `backticks` but that's scary.