Is there a way for the second session to 1) dump it's buffer to something 2) then clear the buffer until I issues the next command via the first telnet session? Thanks!$t = new Net::Telnet (Timeout => 10); $t->open($host); $t->login($Username, $Password); my @lines = $t->cmd($CMD); print @lines;
In reply to Buffering Session in Net::Telnet by ewhitt
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |