in reply to Redirect Unix Input Within Perl
What do you mean by "issues using the "open" command." ? If it is failing you should be getting a meaningful message from $?. Anyway if you want to capture the output of the program as well as piping to it's STDIN you probably want to look at the module IPC::Open2 which is standard with Perl.
/J\
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Redirect Unix Input Within Perl
by awohld (Hermit) on Apr 20, 2005 at 14:46 UTC |