I got a program, once it execute the program (.exe), it gives 3 options to the User.
Option1..
option2..
option3..
Depending on the User input, let say the User select option1, it runs option1.
My question is that is there a way in Perl to write that so the User does not have to type "option1" every time. A Perl script to automatic select option1 instead of the User. Without rewriting/edit the original .exe program.
Thanks