Tag Archives: perl

An Introduction to Application Development with Catalyst and Perl

Henry Van Styn with a thorough introduction Catalyst is the latest in the evolution of open-source Web development frameworks. Written in modern Perl and inspired by many of the projects that came before it, including Ruby on Rails, Catalyst is elegant, powerful and refined. It’s a great choice for creating any Web-based application from the [...]

Posted in interesting, programming | Also tagged , | Comments closed

Dynamic gallery – Part 1 – Dynamically create HTML

So this is the first section on the core item to getting our gallery going. My solution will be presented in perl. What needs to be done? Read the files in our gallery directory Dynamically generate the HTML that will represent the gallery Make it possible to be used as an AJAX call. So in [...]

Posted in programming, web development | Also tagged , , | Comments closed