Sunday, December 15, 2013

I'm thinking about a small DIY perl MVC excursion

Sorry I've been gone for quite some time, but I've been out fishing in the very different waters of PHP and MySQL. So one of the things I had fun doing was working with MVC design patterns and thought it would be fun to make a very simple, extensible and easy to understand MVC for Perl. You can go out and find many writings and frameworks on this subject but my intent here is to make this more of a day excursion as opposed to a life long journey. I also would like to start working from the ground up, using just core Perl and its standard modules if possible. Hopefully after all this I will end up with an easy to use Perl based framework that is easy to understand and extend as I need. read more...