I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2007-03-15 17:07:54-07 by phiroc
Globally setting timeout
Hello, is there a way to set the Expect object's timeout as you can in TCL Expect ('set timeout 10'). Because I can't set the Expect object's timeout, I have to run my Expect PERL script as many times as it takes to successfully connect to the server I am trying to connect to. That's a nuisance. Cheers, phiroc
Direct Responses: 4595 | Write a response
Posted on 2007-03-19 15:39:37-07 by rgiersig in response to 4575
Re: Globally setting timeout
you give the timeout with each call to expect(), please read the man page...
Direct Responses: Write a response