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

NAME

apache.pl - A simple web hangman templated example using OpenFrame and Apache

DESCRIPTION

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

While all the other examples use the OpenFrame::Server::HTTP stand-alone HTTP server, this example uses OpenFrame::Server::Apache. For this to work, it requires you to have already installed Apache and mod_perl.

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.