Hi,
I downloaded activeperl to try some scripting in perl from .Net. I was able to run an perl script .Net. But when I run the perl script from a dnx46, it' didn't work: The script keeps running (and doesn't create any output) while I'm testing it locally. How is this possible? Does pearl needs a user input after being started in a new environment? Or is it because of .Net Core? I'm also not able to run it from a cmd script stared from dnx46. How can I solve this problem?
Edit: I can run the process is useshellexecute variable of the process is true, but I want to redirect my output- and error stream and this doesn't work when useshellexecute is true.
kind regards,
Filip