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! :-)

Stuff I Grok

  • Linux (Debian and CentOS)
  • Networking
  • PERL Development
  • VOIP (via Asterisk)

    #! /usr/bin/perl -w 

    use strict;
    use lib q(../lib);

    use Codescout::Toolkit;

    print qq(This is a prettify.js test.);

    exit;