in reply to (tye)Re: Tied %SIG
in thread Tied %SIG
Yeah, I realized that the other methods probably wouldn't work (and wasn't suprised when they didn't) but I thought I'd try them anyway (and included them for completeness).
I don't want to run afoul of Perl Magic but I don't see how the method that does work (Ugly Hack) could break in the future. Unless, of course, they change it so that the STORE method is never called (ie, you cannot tie %SIG, period). Can you see any reason why it would?
Personally, it would seem to me that trying to replace %SIG's symbol-table entry would be more likely to break Perl than my method. Thoughts?
In summary, can you see any reason why I shouldn't go ahead with the method that currently works?
bbfu
Seasons don't fear The Reaper.
Nor do the wind, the sun, and the rain.
We can be like they are.
|
---|
Replies are listed 'Best First'. | |
---|---|
(tye)Re2: Tied %SIG
by tye (Sage) on May 01, 2001 at 01:41 UTC | |
by bbfu (Curate) on May 01, 2001 at 01:50 UTC | |
by tye (Sage) on May 01, 2001 at 01:58 UTC | |
by bbfu (Curate) on May 01, 2001 at 02:06 UTC |