thor has asked for the wisdom of the Perl Monks concerning the following question:
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?
The only easy day was yesterday
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Plugin-type architecture
by john_oshea (Priest) on Jan 10, 2006 at 17:34 UTC | |
|
Re: Plugin-type architecture
by TedYoung (Deacon) on Jan 10, 2006 at 17:37 UTC | |
by philcrow (Priest) on Jan 10, 2006 at 18:43 UTC | |
|
Re: Plugin-type architecture
by doom (Deacon) on Mar 26, 2007 at 11:28 UTC |