in reply to Re^4: Net::OpenSSH loosing lines ins reply
in thread Net::OpenSSH loosing lines ins reply

$VAR1 = [ 'unix', 'perlio' ]; $VAR1 = [ 'unix', 'perlio' ];


thinking the direction: is OpenSSH fiddling around with "my" STDOUT? Feels like I cannot print to STDOUT for a very short time...

Replies are listed 'Best First'.
Re^6: Net::OpenSSH loosing lines ins reply
by salva (Canon) on Jun 04, 2014 at 12:33 UTC
    No.

    Can you use the diff program to show the differences between both versions?

    diff -u $ONE $TWO
      yes - I did. There is just a block of lines missing. Easy to find even in STDOUT as I added the line numbers.
        Right, but can you actually show the differences to the rest of us. Specifically the differences between the two files filled by...
        foreach (@rawout) { print "$tmpcnt: ". $_; print TWO "$tmpcnt: ". $_; $tmpcnt++; }