From: <RGi...@a1...> - 2002-06-06 15:37:11
|
> And it looks like the solution is to change line 824 of > Expect.pm 1.15 which says > > if ($#{$eof_pat} > 3) { > > to instead say > > if (defined $eof_pat->[3]) { I'll look into this. You're right, the way EOF is handled isn't very elegant, given that a lot was grafted upon the orignal simple interface. Roland -- RGi...@cp... |