perl during interactive mode? example:-
system("running other perl script that will prompt user to key-in character a");
how do i add in a auto key-in key into my own script when calling this system command?
Is there a solution to this?
Thank you.