Front page | perl.perl5.porters |
Postings from February 2003
Re: [PATCH] $SIG::UNSAFE
Thread Previous
|
Thread Next
From:
Gurusamy Sarathy
Date:
February 23, 2003 09:42
Subject:
Re: [PATCH] $SIG::UNSAFE
Message ID:
200302231741.h1NHfuB26494@smtp3.ActiveState.com
On Sun, 23 Feb 2003 19:37:43 +0200, Jarkko Hietaniemi wrote:
>> How exactly is it a problem in old perls? This did not produce
>> any warnings/errors in 5.00503:
>>
>> local $SIG{XYZ} = 'foo' if $^V;
>
>Try -w with 5.6.1. In this discussion "old" is anything pre-5.8.0.
Just a broken condition. This makes no noises:
local $SIG{XYZ} = 'foo' if $] > 5.008;
Sarathy
gsar@ActiveState.com
Thread Previous
|
Thread Next