in reply to Making expect.pm shut up

I'm pretty sure that you want to work with:
$exp->log_stdout()
It defaults to one for spawned commands. Try, $exp->log_stdout(0).
HTH,
Chris

Replies are listed 'Best First'.
Re: Re: Making expect.pm shut up
by jcpunk (Friar) on Jun 05, 2003 at 16:23 UTC
    That was it exactly, thank you