starface245
Programmer
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 by typing "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.
I am looking for a method/function do to User input without having the User there.
Without rewriting/edit the original .exe program. Thanks
I am looking for a method/function do to User input without having the User there.
Without rewriting/edit the original .exe program. Thanks