in reply to Quick Redirection Question
To do that. Or you can do this:$expect_prog->log_file("/dev/null");
--traveleropen SAVEOUT, ">&STDOUT"; open STDOUT, ">/dev/null"; # expect stuff here close STDOUT; open STDOUT, ">&SAVEOUT"; # normal talking to STDOUT here
|
|---|