robpennington84 has asked for the wisdom of the Perl Monks concerning the following question:
I ran into a problem where one of the configuration files my script was pulling from a router was exceeding the maximum input buffer length of 1048576. Did some research and found the autoflush function which sounds like it will skip buffering all together.$jun_session = new Net::Telnet (Timeout => 10, Input_log => "Juniper/MIA/Status.log", Prompt => '/rpenn\@.*\>/');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Autoflush Net::Telnet Input_log??
by moritz (Cardinal) on May 01, 2010 at 14:54 UTC |