in reply to Issuing commands to the background with telnet
@lines = $t->cmd('nohup sleep 300 &'); print @lines; @lines = $t->cmd('jobs'); print @lines; $t->close; [download]
[1] 6962 [1] + Running nohup sleep 300 & [download]