Code formatting
Thursday, May 28th, 2009Finally got around to sorting out the css for code blocks. Looks fine for me (Firefox, Linux). Could someone let me know if it’s all buggered up on other platforms/browsers please?
A test:
#!/usr/bin/perl;
use strict;
use warnings;
print “Hello World\n”;
Another test
#!/usr/bin/perl;
use strict;
use warnings;
print ‘Hello World\n’;