Skip to content

Entries from December 2009.

Some perl code

This entry written by skx contains some perl code which I hope will be filtered:

#!/usr/bin/perl -w

use strict;
use warnings;

print "Hello, world\n";

# this code is syntax highlighted, unless there is a bug ;)