From: Robin L. P. <rlp...@di...> - 2010-07-21 23:19:12
|
On Wed, Jul 21, 2010 at 04:07:17PM -0400, Jonathan wrote: > I had some requests for and to try; much appreciated. Here is the feedback: > > 1. Expect opening code: > > sub new > { > my $class = shift; > my $exp=Expect->new; > my $spawn_ok = 1; > > #$exp->raw_pty(1); If you didn't already, certainly try uncommenting that. -Robin |