Perl-Sensitive Sunglasses | |
PerlMonks |
Re^2: Premature close of the pipeby Superfox il Volpone (Sexton) |
on Apr 09, 2014 at 14:59 UTC ( [id://1081660]=note: print w/replies, xml ) | Need Help?? |
Hi McA, thanks for your reply. Well, I do not wish to necessarily grab the output from the pipe, the statement while(<$fh>) { $output .= $_; } was a trick to delay the premature death of the pipe. I am using open3 because the remote server prints into the stderr a welcome message, which it is automatically forwarded into the client stdout using the common pipe mechanism, while I want to get rid of it. Kind regards, Superfox
In Section
Seekers of Perl Wisdom
|
|