hotshot has asked for the wisdom of the Perl Monks concerning the following question:
OUTPUT is now a handler for the output generated by the script.if (! open(OUTPUT, "$myScript |")) { # handle error }
But this won't give me the output from the script.$exitStatus = system($script);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: system() and output
by ctilmes (Vicar) on Aug 10, 2003 at 16:15 UTC | |
by hotshot (Prior) on Aug 11, 2003 at 05:35 UTC | |
|
Re: system() and output
by BrowserUk (Patriarch) on Aug 10, 2003 at 16:28 UTC |