Punto has asked for the wisdom of the Perl Monks concerning the following question:
I saw a lot of nodes about running a program on the background, but is there any way to 're-attach' the program that's on the background, to use it on the terminal again? (like the /detach command on BitchX)
I'm looking at the bitchx code, but it's too ugly, and I want to use it for a perl script. I see something about fork(), an ipc socket, and a 'screen type program', but I'm missing something.
thanks..
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Not really a perl question . . .
by Fletch (Bishop) on Oct 29, 2001 at 10:10 UTC | |
|
Re: re-attaching?
by arabella (Acolyte) on Oct 30, 2001 at 07:34 UTC |