in reply to Correct way to capture command output to a file in Perl.
I would probably just use Windows redirection: `example.exe >output.txt`;Then read that file.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Correct way to capture command output to a file in Perl.
by morgon (Priest) on May 02, 2013 at 15:02 UTC |