Static sites with Templer

I run a lot of personal and professional sites for my own activities, and until recently I'd used WordPress to manage the content on them. However, this felt a bit wasteful…

All about Dancer

Dancer is a web development framework, similar to Symfony and Zend but written in Perl. Josette’s blog has a three part interview with Sawyer X, one of the core developers on Dancer.…

WordPress 3.9.2 released

A new version of WordPress has been released this week: 3.9.2. This is a security release, so everyone is urged to update as soon as possible. There are no database…

Disabling output buffering in Perl

In one of my Perl modules, WWW::BrokenLinks, I wanted to push lots of small log messages to standard output, which I would then redirect to a file. Unfortunately, the combination…

WordPress 3.9

A new release of WordPress has come out in the past fortnight, taking the blogging software up to version 3.9. I've finished upgrading my sites and haven't noticed much of…

My first CPAN module

Last Friday I uploaded my first module to the Comprehensive Perl Archive Network (CPAN). For those who haven't used Perl before, CPAN is a repository of thousands of reusable modules providing…

Sending email in Perl

If you've been writing Perl for a few months, chances are good that at some point you will need to send emails from your scripts. As always with Perl, there's more…

WordPress 3.8.2

A new version of WordPress was released this week, which includes some important security updates. If you're running a WordPress site, you should upgrade as soon as possible. There don't…