On 08-Jul-2001 Artur Bergman wrote:
> +Kernel hooks:
> +
> +  # Kernel hooks lets you set hooks at varius points in the kernel
> +  $hookid = $kernel->hook_set($when, $session, $hook, $callback,
> $event);
> +  $kernel->hook_remeve($hookid);
                   ^^^^^^ remove

        
> +dispatch_state exposes quite a lot of variables, they are not exported
> and should be referenced as $POE::Kernel::variable
Why is all this in global params?  Couldn't they but in ARG0 or something?
Speed seems less of an issue if you've decided to allow hooks already.

-Philip

Reply via email to