in reply to Re^2: Net::Telnet / file question
in thread Net::Telnet / file question

Try doing a $t->waitfor for the prompt that you respond to with the "O" (letter, not number) input(just before the print). This will clear out the input stream up to the start of the report.

Replies are listed 'Best First'.
Re^4: Net::Telnet / file question
by sonicscott9041 (Novice) on Jul 21, 2009 at 21:17 UTC
    Thanks! I had to add the additional waitfor statement you suggested AND one more to further clear out the input stream. Now for the next step ... extracting the information I need from the newly created file!