Nicholas Clark wrote: > So, to do *that*, it overrides the core magic on %SIG to behave differently, > to facilitate the way that it would like the world to be. Which is not that hard to do even with a const magic vtable. Just create a custom magic vtable that mirrors the core sig vtable, except for that one entry, and use that. So the consting of the vtable (the subject of this thread) is irrelevant. (Caveat: I have not tested any of this.)Thread Previous | Thread Next