From 113ff70ba3a1d828933a2d69a533f1124363a0bd Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 24 Aug 2024 19:59:33 +0300 Subject: Update content for md --- gemfeed/2011-05-07-perl-daemon-service-framework.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'gemfeed/2011-05-07-perl-daemon-service-framework.md') 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 -- cgit v1.2.3