in reply to Re^2: How to capture and verify STDOUT of a Perl Module
in thread How to capture and verify STDOUT of a Perl Module
it did not capture the output from a system()system does not return a command's output (only its exit status). Perhaps you want qx.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: How to capture and verify STDOUT of a Perl Module
by yuri123 (Novice) on Jul 29, 2013 at 19:27 UTC | |
by Loops (Curate) on Jul 29, 2013 at 19:31 UTC | |
by yuri123 (Novice) on Jul 29, 2013 at 19:34 UTC | |
by 2teez (Vicar) on Jul 29, 2013 at 21:20 UTC | |
by yuri123 (Novice) on Jul 30, 2013 at 19:43 UTC |