I need to build a test bench by sending appropriate inputs to an application. However, once I launch the application, it takes control and does not return to the command prompt (unless an exit command is executed from the application). In that case is there any technique by which I can send a command to that application from the Perl script and interpret the output from that application?
My operating system is Windows.