Help for this page
@lines = $t->cmd('nohup sleep 300 &'); print @lines; @lines = $t->cmd('jobs'); print @lines; $t->close;
[1] 6962 [1] + Running nohup sleep 300 &