gomez18 has asked for the wisdom of the Perl Monks concerning the following question:
As a result, I wanted to make the program easily extensible. I was hoping to have some kind of plugin system. Each plugin would define certain standard methods which would be called by the main program. The program would search for the plugins or load the list of plugins from a conf file. It would call the scan() method of each module and then integrate all the results.
It seems to me that some kind of custom import function would be the way to go. Unfortunately, I am no typeglob wizard. What is the right way to do this?
An 8 bit man in a 32 bit world.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Similar plugins run serially
by BrowserUk (Patriarch) on Nov 02, 2002 at 01:00 UTC | |
by Aristotle (Chancellor) on Nov 02, 2002 at 07:33 UTC | |
|
Re: Similar plugins run serially
by belg4mit (Prior) on Nov 01, 2002 at 23:34 UTC | |
by gomez18 (Sexton) on Nov 01, 2002 at 23:39 UTC | |
by belg4mit (Prior) on Nov 01, 2002 at 23:42 UTC | |
|
Re: Similar plugins run serially
by robartes (Priest) on Nov 02, 2002 at 00:33 UTC | |
|
Re: Similar plugins run serially
by BUU (Prior) on Nov 01, 2002 at 23:35 UTC |