in reply to Net::ssh::Expect --Waitfor function comparison question???
- peek() Pulls the current data from the input buffer without removing it from the buffer
- read_line() Reads and removes the next line from the input buffer
- read_all() Reads and removes all of the input from the buffer
|
|---|