Ask a Question related to PERL Beginners, Design and Development.
-
DBSMITH@OhioHealth.com #1
tty settings
Hello perl people....
I am wanting to know if there is a way to disable users from breaking out
of a perl script, specifically CNTRL C , D? Hopefully it is just a one
liner b/c I would also like to use this in KSH scripts. I will look in
my learning perl book as well!
thank you!
Derek B. Smith
OhioHealth IT
UNIX / TSM / EDM Teams
DBSMITH@OhioHealth.com Guest
-
#28793 [Asn->Csd]: php.ini settings should be able to read other php.ini settings
ID: 28793 Updated by: andrei@php.net Reported By: bero at arklinux dot org -Status: Assigned +Status: ... -
need help for pda settings....
hi guys... need your help do you know or there any sites that has tutorials for flash to produce pda short movies and there settings... i want to... -
Settings wont stay changed in Settings manager
I keep trying to change the settings for my flash player but they never stay changed. It just keeps going back to the default settings. What do i... -
mms.cfg settings for 8.0?
In our deployment of Flash Player 7, we pushed a mms.cfg file with the line AutoUpdateDisable=1 which would disable the constant check for updates.... -
OSR 5.0.7 & DNS Settings
Where (and maybe how) would I set the ISP DNS Settings on OSR 5.0.7? I've got my routing set up correct for IP, but I can't figure out the DNS... -
Drieux #2
Re: tty settings
On Feb 2, 2004, at 3:21 PM, [email]DBSMITH@OhioHealth.com[/email] 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
---
Drieux Guest



Reply With Quote

