in reply to Re^2: Control:CLI or Net::SSH2 - Send <ctrl>_
in thread Control:CLI or Net::SSH2 - Send <ctrl>_

At the risk of going out on another limb today might i suggest you try replacing my $switchexit = $obj->print("\037"); # <== PROBLEM with  my $switchexit = $obj->put("\037"); sleep 2;, the sleep 2 serving to present a time break in case the switch implements a "time guard interval" like the old hayes AT command set did.