I am executing a few external programs from a Perl script and want to automatically handle prompts from that program. I know what the prompts are, they are not error conditions, and I want the script to handle them and not the user.
What’s best practice for this?
Thanks
My first stop would be the
Expectmodule. I’m not sure if I’d need a second stop after that.