See IPC::Open2 and IPC::Open3 for reading from STDOUT, STDERR, and writing to STDIN all for the same application.$pid = open(PROG, "| /path/to/program -a v1 -b v2 "); print PROG "input to program\n"; close(PROG);
In reply to Re: Re: Command Line Programming
by stajich
in thread Command Line Programming
by Mahoota
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |