[tpm] Perl getting the output from .Net apps

arocker at Vex.Net arocker at Vex.Net
Fri Mar 16 11:08:41 PDT 2012


Is .Net specifically defined as writing to STDOUT?

You could try something like $bin/Debug/ConsoleApp | wc to see if the
output redirects normally.

Then perhaps $`bin/Debug/ConsoleApp` | wc and  $wc `bin/Debug/ConsoleApp`
to see if there any problems with the subshell.

(It doesn't have to be wc, just another command that will produce an
identifiable result if ConsoleApp outputs something.)



More information about the toronto-pm mailing list