What plug-in architectures do you recommend? My task is to make a simple perl text processing program with support for add-ons. It's not hard, really - hooks everywhere -, but I want to know what are the bests ways to archive this without making a thousand line plugin powered framework solution for web 4.1.
But if you haf to use Perl, then just apply modules jus like you apply scripts. One script per module, one execution per requirement. On payload to rule all addresses.
>>4 Thanks, I will try to make something like that. The only problem I am having now is to adapt myself to those new ways of doing things. I guess CGI programming fucked me so hard I became it's bitch. PSGI is the way to go now, so bad perl doesn't have the spotlights it had years back... oh man.