|
2 |
edited tags; edited title
|
||
|
1 |
|
||
Capture stdin and stdout of system command from a Perl scriptIn the middle of a Perl script, there is a system command I want to execute. I have a string that contains the data that needs to be fed into stdin (the command only accepts input from stdin), and I need to capture the output written to stdout. I've looked at the various methods of executing system commands in Perl, and the At the moment, it seems like my best solution is to use
|
||||
