Perl

Change is coming

Which apparently is the slogan for launching Ubuntu 10.04. I think this is going to be a very nice LTS release. It’s too bad that they didn’t include Perl 5.12 in it, but that’s understandable as it just got released; although compiling your own is very easy. On the other hand, PHP 5.3 got in …

Change is coming Read More ยป

Hello World!

Just testing if my syntax highlighter works! #!/usr/bin/env perl use strict; use warnings; print “Hello World!\n”; This seems to be working and after some changes to my themes’ stylesheet it looks a bit better.

Scroll to Top