r3s is the small-sized registration system for any-sized events. It's developed in Perl, under the Catalyst MVC Framework. It uses Class::DBI to model a small database, therefore it's possible to use
... [More] MySQL, PostgreSQL or even the lightweight SQLite RDBMS in order to store the participant data. [Less]
This will contain Perl code and useful snippets from other things I come across. At the moment the majority of my work is in Perl, combining it with the Catalyst MVC, Template Toolkit and jQuery.