in reply to Re^8: SSH2 - Asynchronous Opens & Synchronous Commands
in thread SSH2 - Asynchronous Opens & Synchronous Commands

master_stderr_fh cannot be assigned to an in-memory file

Yes, using scalars as files only works at the Perl level. They are not backed by operating system file handlers and so they are unsuitable for IPC.

  • Comment on Re^9: SSH2 - Asynchronous Opens & Synchronous Commands