jez;
Thanks. I am using packages but denoting that the main namespace be used for
subs. This gives me both packages and event handlers. However, using sub refs
makes more sense.
art
--- Jeremy White <[EMAIL PROTECTED]> wrote:
> Hi,
>
> >2. Explicitly putting the event handler into the <main>
> > namespaces in:
> > ::<event handler> { <code> }
> >
>
> I had intentions of replying to your message on the hackers list, but time
> ran away from me:)
>
> Yes, all event handlers end up in the main package (::) - this is fine for
> most simple/basic apps. For anything more complicated you should use sub
> refs, as this allows you to use packages.
>
> Cheers,
>
> Jez.
>
>
>