Re: stripped output from Net::SSH2

2010-03-12 Thread Sisyphus
- Original Message - From: perl_haxor 123 perl.ha...@gmail.com To: Sisyphus sisyph...@optusnet.com.au Cc: beginners@perl.org Sent: Thursday, March 11, 2010 10:16 PM Subject: Re: stripped output from Net::SSH2 Hi Rob, Thanks a lot for looking into thisi can't execute cat

Re: stripped output from Net::SSH2

2010-03-11 Thread Sisyphus
- Original Message - From: perl_haxor 123 perl.ha...@gmail.com To: Sisyphus sisyph...@optusnet.com.au Cc: beginners@perl.org Sent: Thursday, March 11, 2010 6:38 AM Subject: Re: stripped output from Net::SSH2 find the script below: #!/usr/bin/perl -w use strict; use Term::ReadKey

Re: stripped output from Net::SSH2

2010-03-11 Thread perl_haxor 123
...@optusnet.com.au Cc: beginners@perl.org Sent: Thursday, March 11, 2010 6:38 AM Subject: Re: stripped output from Net::SSH2 find the script below: #!/usr/bin/perl -w use strict; use Term::ReadKey; use Net::SSH2; use constant BUFLEN = 10_; my $user = user; print Enter

stripped output from Net::SSH2

2010-03-10 Thread perl_haxor 123
Hi All, I'm using Net::SSH2 module on windows machine, the purpose of this script is to login to multiple devices and execute show run command and print the output of the command to a text file, ...the script login to multiple devices and executes show run command, reads from the

Re: stripped output from Net::SSH2

2010-03-10 Thread Sisyphus
- Original Message - From: perl_haxor 123 perl.ha...@gmail.com To: beginners@perl.org Sent: Thursday, March 11, 2010 6:07 AM Subject: stripped output from Net::SSH2 Hi All, I'm using Net::SSH2 module on windows machine, the purpose of this script is to login to multiple

Re: stripped output from Net::SSH2

2010-03-10 Thread perl_haxor 123
...@optusnet.com.auwrote: - Original Message - From: perl_haxor 123 perl.ha...@gmail.com To: beginners@perl.org Sent: Thursday, March 11, 2010 6:07 AM Subject: stripped output from Net::SSH2 Hi All, I'm using Net::SSH2 module on windows machine, the purpose of this script