![]() |
![]()
| ![]() |
![]()
NAMEMaypole::HTTPD - Stand alone HTTPD for running Maypole Applications SYNOPSISuse Maypole::HTTPD; my $httpd=Maypole::HTTPD->new(module=>"BeerDB"); $httpd->run(); DESCRIPTIONThis is a stand-alone HTTPD for running your Maypole Applications. newThe constructor. Takes a hash of arguments. Currently supported:
moduleAccessor for application module. handle_requestHandles the actual request processing. Should not be called directly. SEE ALSOMaypole AUTHORMarcus Ramberg, <marcus@thefeed.no<gt> Based on Simon Cozens' original implementation. COPYRIGHT AND LICENSECopyright 2004 by Marcus Ramberg This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
|