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

NAME

hangman.pl - A simple web hangman templated example for OpenFrame

DESCRIPTION

This Perl script contains a small and understandable web application for OpenFrame that allows you to play Hangman with your web browser.

This uses an OpenFrame::Server::HTTP stand-alone HTTP server, and sets up an OpenFrame::Config object with various slots: one for static images, one for session support, a simple dispatch slot, and another slot which generates output using the Template Toolkit.

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

AUTHOR

Leon Brocard <leon@fotango.com>

COPYRIGHT

Copyright (C) 2001, Fotango Ltd.

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