On Feb 2, 2004, at 3:21 PM, [EMAIL PROTECTED] wrote: [..]
I am wanting to know if there is a way to disable users
from breaking out  of a perl script, specifically CNTRL C , D?
[..]

You might want to peek at say

perldoc perlipc

and work on a SIG handler for the signal that is
sent to the perl code that will deal with that.
But there is the problem with the sigkill, which
is a non-maskable interrupt.

cf
        man stty


ciao drieux

---


-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to