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


in reply to Re^2: Perl SSH2
in thread Perl SSH2

Can you provide more detail about the main script?

How do you know stopservices is running and hasn't been skipped?

If you need to get out of a sub you can use "return($var)" to return to the calling routine.

Sparky
FMTEYEWTK

Replies are listed 'Best First'.
Re^4: Perl SSH2
by PilotinControl (Pilgrim) on Jul 23, 2013 at 01:57 UTC

    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.