in reply to (jeffa) Re: Using perl module Expect.pm
in thread Using perl module Expect.pm
Hi jeffa,
I have already looked at that and it is returning the received string + what I sent rather than just the string that it receives. So I then need to modify the contents of $object->before(). I was hoping to just to get what was received rather than sent+received. I also inserted a $object->clear_accum() thinking that it would clear the buffer of what was sent. However, it did not make a difference.