![]() |
|
|
+ Search |
![]()
|
Jul 17th, 2002 06:51
Jack Nerad, Michael Chan,
You don't have to print anything to stdout. You can set $Expect::Log_Stdout = 0; or, you can do $object->($timeout,@match_patterns); $object->log_stdout(0); $object->($timeout,@password_patterns); $object->log_stdout(1); $object->($timeout,@match_patterns); Check the documentation that comes with the module for more options.