I am running several external programs from a Perl script and want to automatically process tooltips from this program. I know what prompts are, they are not error conditions, and I want the script to handle them, not the user.
What is the best practice for this?
thank
source
share