That's not entirely global though. That's an object scope. Just because you're unlikely to create more instances of that object doesn't make it global. :)
That's as global you get in pike. Even the master is just an object. Let's keep it that way. If you want just one instance of something, putting it in a singleton object (like a pmod for example) solves the problem.