Free Website Test tools by WebSitePulse
Hi. We'll I've gone and changed everything again. Not like I was doing much with the old site, so here is the new. Hopefully I'll put something interesting up here, but don't hold your breath! :-)
#! /usr/bin/perl -w
use strict;
use lib q(../lib);
use Codescout::Toolkit;
print qq(This is a prettify.js test.);
exit;