using cmd: system("prompt something"); How do i add an auto key-in key in

Wei Tat C

New member
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.
 
Back
Top