Maypole::HTTPD - Stand alone HTTPD for running Maypole Applications
use Maypole::HTTPD;
my $httpd=Maypole::HTTPD->new(module=>"BeerDB");
$httpd->run();
This is a stand-alone HTTPD for running your Maypole Applications.
The constructor. Takes a hash of arguments. Currently supported:
port - TCP port to listen to
module - Maypole application Module name.
Accessor for application module.
Handles the actual request processing. Should not be called directly.
Marcus Ramberg, <marcus@thefeed.no<gt> Based on Simon Cozens' original
implementation.
Copyright 2004 by Marcus Ramberg
This library is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.