How to create an elegant and powerful plugin-based system with PERL
When you want to have a PERL application “modularized”, the “traditional” approach is to have the main script referring (and including) all the modules required for the application to run. The problem with this approach is that – for every module you will be adding or removing – you would need to modify the application … [Read more…]