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…