NAME
    mkdoc.pl - Documentation creator.

SYNOPSIS
    "perl mkdoc.pl"

DESCRIPTION
    This program generates the documentation for every perl script in
    the current directory. The perl scripts are identified by the ".pl"
    extension of the filename.

    The whole documentation is generated in the "doc" subdirectory. If
    this does not exist, it will be created.

    A HTML index file to all created files will be created as
    "index.html", so you can bookmark it in your browser and easily
    access the whole documentation of the tools.

AUTHOR
    Michael Winkelmann, michael@weltretter.de

