my $counter = 0; while($counter <= 1){ $session->exp->interact(\*STDIN,"\cA"); my $exit = qx(cat $showlog); if ($exit =~ /exit|quit|logout|Inactivity/){ print colored("logfile:$showlog\n",'yellow'); die; ++$counter; } &cheat; $session->exp->send("\r\n"); }