http://www.perlmonks.org?node_id=362970

roseberry123 has asked for the wisdom of the Perl Monks concerning the following question:

hi,

i am calling an interactive program from perl using open2(). is there a way to know if that interactive program is waiting for input or if it is currently executing?

thanks.
rb123