summaryrefslogtreecommitdiff
path: root/gemfeed/2011-05-07-perl-daemon-service-framework.md
diff options
context:
space:
mode:
Diffstat (limited to 'gemfeed/2011-05-07-perl-daemon-service-framework.md')
-rw-r--r--gemfeed/2011-05-07-perl-daemon-service-framework.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/gemfeed/2011-05-07-perl-daemon-service-framework.md b/gemfeed/2011-05-07-perl-daemon-service-framework.md
index 183a3de1..e393a1ea 100644
--- a/gemfeed/2011-05-07-perl-daemon-service-framework.md
+++ b/gemfeed/2011-05-07-perl-daemon-service-framework.md
@@ -9,6 +9,22 @@
//\ //\\ //\ //\\ //\ //\\jrei
```
+## Table of Contents
+
+* [⇢ Perl Daemon (Service Framework)](#perl-daemon-service-framework)
+* [⇢ ⇢ Introduction](#introduction)
+* [⇢ ⇢ Features](#features)
+* [⇢ ⇢ Quick Guide](#quick-guide)
+* [⇢ ⇢ How to configure](#how-to-configure)
+* [⇢ ⇢ Example ](#example-)
+* [⇢ ⇢ HiRes event loop](#hires-event-loop)
+* [⇢ ⇢ Writing your own modules](#writing-your-own-modules)
+* [⇢ ⇢ ⇢ Example module](#example-module)
+* [⇢ ⇢ ⇢ Your own module](#your-own-module)
+* [⇢ ⇢ May the source be with you](#may-the-source-be-with-you)
+
+## Introduction
+
PerlDaemon is a minimal daemon for Linux and other Unix like operating systems programmed in Perl. It is a minimal but pretty functional and fairly generic service framework. This means that it does not do anything useful other than providing a framework for starting, stopping, configuring and logging. To do something useful, a module (written in Perl) must be provided.
## Features