Title: Some perl code Tags: perl, vim Date: 26th December 2009 Pre-Filter: perl -pi -e 's/__([- a-zA-Z]+)__/ `$1` /ge' This entry written by __whoami__ 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 ;)