in reply to Re: how to get back a exit status using Net::Telnetin thread how to get back a exit status using Net::Telnet
@list = $t->cmd('who; echo $?'); $return_code_scalar=pop(@list); [download]