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

NAME

webserver.pl - A simple web server example for OpenFrame

DESCRIPTION

This Perl script is a example web server and a small and clear example of an OpenFrame application.

This uses an OpenFrame::Server::HTTP stand-alone HTTP server, and sets up an OpenFrame::Config object with two slots: one for static HTML files and one for static images. Note that the slots can take configuration options.

Run the script and point your favourite web browser at http://localhost:8000/

AUTHOR

Leon Brocard <leon@fotango.com>

COPYRIGHT

Copyright (C) 2001-2, Fotango Ltd.

This module is free software; you can redistribute it or modify it under the same terms as Perl itself.