in reply to Re^3: Perl SSH2in thread Perl SSH2
It was a simple fix it seems $chan->blocking(0); was keeping the script from properly executing a command. Thanks for the input it made me look closer at the code in depth instead of just surface.