Comment Policy

We allow registered users to comment on most of the posts in this blog, and we moderate those comments to keep them on topic and useful.

If you have a query for the author and leave it as a comment, we may respond privately without publishing the comment. Similarly, if you note a typo or other problem we can fix, we may fix it without publishing the comment.

We use the SyntaxHighlighter from Alex Gorbatchev. You should be able to use its features with the pre tag. For example:

This is some Perl:

<pre class="brush:perl">
#!perl
use v5.10;
say 'Hello!'
</pre>

That would then display as:

#!perl
use v5.10;
say 'Hello!'