01-07-09 22.27, skrev [EMAIL PROTECTED] p� [EMAIL PROTECTED] f�ljande:
>
> On 08-Jul-2001 Artur Bergman wrote:
>> +=item $callback
>> +
>> +A CODEREF to a subroutine
>
> Ack! CODEREF bad. CODEREF doesn't marshall.
>
> This is why I want to deal with addressing and routing. If we could just
> have this as, say, poe:session/event, then post to that event (and use
> it for helpful debuging)... rather then relying on coderefs which don't
> play nice with IKC and so on.
>
> Anyway, this patch looks like fun,
>
> -Philip
>
I must confess I fail to see why you want to marshall hooks.
Rember hooks are executed in the hottest of all hot paths of POE, I see
local code implmented in a module registering the hooks.
Then the hooks can do adressing or whatever they feel like!
Artur