Manual:

Reference:

Links:

Contact:

-- KoLbot.docs --
KoLbot.docs

Information

This site is the first and only documentation for Fnord7's Perl KoLbot libraries.

If you are new to the Perl language, it might be best if you start by learning a bit of Perl first.  If you have never once programmed in your life, then I'm afraid that you can't do much of anything without learning to program.

Site features

Highlighting of code examples

The KoLbot documentation will contain many scraps and examples of code.  While many of these will remain boring and un-highlighted until I have a basic set of docs made, I hope to add syntax highlighting to them all quickly.

#! /usr/bin/perl
use strict;
use warnings;
my $greeting = "Hello, World!";
print $greeting,"\n"; # Say hello

Labels

Any page or search query on this site may be labeled by selecting the "Add this page" link in the toolbar at the top right corner of the page.

Adding a label creates a dynamic link to the document in the Labels section of the toolbar, allowing frequently used pages to be accessed with one click from anywhere in the site.

Customisable display

The toolbar and navigation menu may be hidden by clicking the relevant close () icons at the top of the page.

The display settings and label details are stored in a cookie on your browser so they will be preserved whenever you visit the site from the same computer.

Downloads

The most recent KoLbot code can be downloaded here