How do I close a process' filehandle without waiting for it to complete?
If your system supports signals, send a
QUIT
signal to the process (see the
kill
function, documented in
kill
.
Back to
I {changed directory, modified my environment} in a perl script. How come the change disappeared when I exited the script? How do I get my changes to be visible?
Forward to
How do I fork a daemon process?
Up to
the perlfaq8 manpage