in reply to Multiple classes in modules

How do I set up foo, bar, and baz to be classes in the same namespace??

That question doesn't make sense in the context of Perl. A class is just a package. A package is a namespace.

Can you post the code that isn't working with all of the relevant output and what you expect it to do?