Thursday, July 7

Trying out SyntaxHighlighter

I'm trying out SyntaxHighlighter. Let's try it with some Perl Code:

use warnings
use strict

sub main {
  # your code goes here
}

main( @ARGV );

The directions at http://www.cyberack.com/2007/07/adding-syntax-highlighter-to-blogger.html seemed to work.

I can't figure out how to get the script tag to work, but I don't plan on posting much HTML, so I'm just going to go with pre. Also, the toolbar, and line highlighting disappeared in version 3.

Now I should publish some of my Perl ramblings.