I have had a somewhat similar problem with expect, but this wasn't in Perl. Basically I had a shell program using expect to retrieve a dozen or so files from a distant server. I had no problem with relatively small files, but very large files would be truncated due to time out. The following statement in the expect part of the shell script solved the problem:
I haven't used the Perl Expect module, at least not recently, but I suppose that you might be able to do something similar with it. HTH.set timeout -1
In reply to Re: Perl Expect
by Laurent_R
in thread Perl Expect
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |