The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

DiaColloDB::WWW - www wrappers for DiaColloDB indices, top-level

SYNOPSIS

 ##========================================================================
 ## PRELIMINARIES
 
 use DiaColloDB::WWW;

 #... stuff happens

DESCRIPTION

The DiaColloDB::WWW package is a convenience module for loading the various DiaColloDB sub-packages. See the subclass documentation for details.

Globals & Constants

Variable: @ISA

DiaColloDB::WWW inherits from DiaColloDB::Logger.

SUBCLASSES

The following subclasses are included in the DiaColloDB::WWW distribution and should be loaded by use DiaColloDB::WWW:

DiaColloDB::WWW::CGI

(f)cgi wrapper utility class.

DiaColloDB::WWW::Server

rudimentary standalone http server using HTTP::Daemon.

DiaColloDB::WWW::Handler

abstract request handler class API for use with DiaColloDB::WWW::Server.

DiaColloDB::WWW::Handler::cgi

request handler for template instantiation using DiaColloDB::WWW::CGI.

DiaColloDB::WWW::Handler::raw

request handler for raw files.

AUTHOR

Bryan Jurish <moocow@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2016 by Bryan Jurish

This package is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.14.2 or, at your option, any later version of Perl 5 you may have available.

SEE ALSO

DiaColloDB(3pm), perl(1), ...