in reply to Re^4: Net:SSH::Expect and microcom?in thread Net:SSH::Expect and microcom?
$exp->expect($timeout, [qr/^OK$/m => sub { ... }], [qr/^ERROR$/m => sub { ... }]); [download]