I'm developing automated control systems for telemetrics in Perl. Lately I stumbled across Catalyst and used it since then in some applications. Well, I don't think I'll ever do web development without it.
As I am very interested in development (hence the job) and sometimes refer to it as a kind of art, craft or meditation, I code alot. I'd like to fill this section with modules, thoughts and experiences.
Note that this site may get some weird features, as the last version did. I often use my personal site as a platform for development experiments, especially for web presentation.
Articles and Random Contents
- Don't expect it to be complete, because it's more a list for myself, but with the thought in mind that other people might find it useful. Anyways, I've put a list of my recommended modules together. I'll do my best to keep it up to date. It will also have a section about modules I want to have a closer look at. That's the part of the list that's more there for myself.
Perl Modules
- POE::Component::Basement is a base class for fast development of POE components, based on Class::Std.
- Phaylon::Class::Cloner came out of the need of a utility to make data structure cloning more configurable.