how to set length of read buffer when expect object is a PIPE.
my ($pty, $pid) = $ssh->open2pty($command);
my $exp = Expect->init($pty);


_now how can i set the buffer size on this object?


when i print following from script, both of the following values are 0

$exp->match_max()
$exp->max_accum()

Reply via email to