in reply to How best to require subclasses at runtime
You can find my node here and a solution here.
To recap, I wanted to load a list of unknown modules at runtime. The application is an API, and whenever a new hook was built, I didnt want the hastle of buggerising around with config files..
All I have to do now, is restart the server, and any modules in the path will be automatically have their instance created, and stored in $self.
|
|---|