I have a system with a lot of classes, all in the same namespace -
Foo::Bar, Foo::Baz, Foo::Qux, etc. I'm expecting users of the program to
add more classes; these may be in the main program or in additional
files. Is there a way in which the program can get a list of
the names of all Foo::* classes that have been defined?

(My copy of OOPerl has gone walkabout...)

R

Reply via email to