I'm wondering if this is at all possible (even with perl)
I am calling a program via the "sytem" command and every so often the user is prompted with a Yes/No question. I wonder if its possible to automatically use <STDIN> to answer? I know "system" doesn't return control until its done executing its specified command.