http://www.perlmonks.org?node_id=1081113


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

We may end up having to do something like that, but the requirement is for the output parsing to be done by the caller:

caller test script => framework library => ssh module => remote shell => remote command => output => ssh module => framework library => caller test script

Thanks for the input.