perl5ever has asked for the wisdom of the Perl Monks concerning the following question:
The documentation for PERL_SIGNALS reads:
PERL_SIGNALS
In Perls 5.8.1 and later. If set to "unsafe" the pre-Perl-5.8.0 signals
behaviour (immediate but unsafe) is restored. If set to "safe" the safe (or
deferred) signals are used. See "Deferred Signals (Safe Signals)" in perlipc.
I wonder what happens if PERL_SIGNALS is unset or is not either of safe or unsafe.
Also, when I do a perl -V on 5.8.8, the environment variable PERL_HOME is display. Is that used at all for anything?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: PERL_SIGNALS and PERL_HOME
by ikegami (Patriarch) on Apr 17, 2009 at 16:33 UTC | |
|
Re: PERL_SIGNALS and PERL_HOME
by toolic (Bishop) on Apr 17, 2009 at 16:33 UTC |