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


in reply to Re: perl-expect interact command
in thread perl-expect interact command

The pid is not closing the process as expected. Next to this is that this is hanging the script to be closed. Also the second option to just keep sending an exit also closes sessions at times that I'm still logged into the device.. I suspect that when there is an option of doing a expect in the interact will solve my issue. The point is that all options I have tried failed.

Replies are listed 'Best First'.
Re^3: perl-expect interact command
by Neighbour (Friar) on Jul 02, 2012 at 12:58 UTC
    Ok...how about looking at $exp->exitstatus() or using the $escape_sequence in $exp->interact()?