Syntax Highlighting

Posted on July 27, 2011. Filed under: Uncategorized | Tags: , , |

<pre class="brush:perl">
for my $foo (1..10) {
    say "Foo $foo"
}
</pre>

yields

for my $foo (1..10) {
    say "Foo $foo"
}

Liked it here?
Why not try sites on the blogroll...