in reply to Re^3: Net::OpenSSH loosing lines ins reply
in thread Net::OpenSSH loosing lines ins reply
use Data::Dumper; my $tmpcnt=0; open TWO, ">", "./two.out"; print STDERR Dumper [PerlIO::get_layers(\*STDOUT)]; print STDERR Dumper [PerlIO::get_layers(\*TWO)]; foreach (@rawout) { print "$tmpcnt: ". $_; print TWO "$tmpcnt: ". $_; $tmpcnt++; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Net::OpenSSH loosing lines ins reply
by Andy16 (Acolyte) on Jun 04, 2014 at 12:19 UTC | |
by salva (Canon) on Jun 04, 2014 at 12:33 UTC | |
by Andy16 (Acolyte) on Jun 04, 2014 at 12:44 UTC | |
by salva (Canon) on Jun 04, 2014 at 12:51 UTC | |
by Andy16 (Acolyte) on Jun 04, 2014 at 13:04 UTC | |
|