Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Issuing commands to the background with telnet

by dba (Monk)
on Jun 10, 2004 at 14:22 UTC ( [id://363081]=note: print w/replies, xml ) Need Help??


in reply to Issuing commands to the background with telnet

As tachyon mentioned, nohup should work... I have used it before.. sample...
@lines = $t->cmd('nohup sleep 300 &'); print @lines; @lines = $t->cmd('jobs'); print @lines; $t->close;
output:
[1] 6962 [1] + Running nohup sleep 300 &

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://363081]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (4)
As of 2024-04-24 20:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found