Hi,
2. ExExplicitlyutting the event handler into the <main> nanamespaces 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.