http://qs321.pair.com?node_id=522248

thor has asked for the wisdom of the Perl Monks concerning the following question:

Greetings all,

I'm trying to code up something for which I want to have the ability to have optional and possibly unknown modules loaded at runtime. For instance, if I have a module TopLevel, I want it to know that there's a module called TopLevel::Foo without specifying that there's a possibility of that existing when I code the TopLevel module. Is there a clean way to do this?

Thanks in advance,
thor

The only easy day was yesterday