I want to execute a program which takes in 1 text file(say like Text.exe), I want to use this output(also txt) for future use in C# program. I'm thinking of using a Perl Script to execute that (the script does some other stuff as well), but not quite sure how to call the .exe in Perl script. I'd appreciate any suggestion.