in reply to Upgrading Perl in production environment
PS: You should be sure it's 5.8.1 or later if you're interested in safe signals, because 5.8.1 supports safe and unsafe signals with a command line option, as well as through POSIX::sigaction. Older versions could only do unsafe signals through sigaction. (I know this because I submitted the sigaction patch. :-))
OTOH, there's no reason not to get 5.8.3 anyway...
-- Chip Salzenberg, Free-Floating Agent of Chaos
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Upgrading Perl in production environment
by jfroebe (Parson) on Mar 19, 2004 at 17:33 UTC | |
by chip (Curate) on Mar 19, 2004 at 17:35 UTC | |
by jfroebe (Parson) on Mar 19, 2004 at 17:41 UTC |