Help for this page
my $result = $exp->send("exec dummp.pl\n"); { ... } $exp->soft_close(); my $status = $exp->exitstatus();
my $resonse = 'Installation finished successfully' ; ... ['-re', $resonse => sub {} ], [ timeout => sub { die "Timeout, no prompt" } ], );