CGI::MxScreen 0.1
                 Copyright (c) 1998-2001, Raphael Manfredi
                 Copyright (c) 2000-2001, Christophe Dehaudt

This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, a copy of which can be found with perl.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Artistic License for more details.


*** This is alpha software -- use at your own risks ***

Name DSLI Description Info


CGI::MxScreen adpO A multi-screen stateful CGI framework PURDY
This software was released by Raphael Manfredi to my care as a maintainer, as he has since "retired" to spend more time with family and the real world. So while you read the documentation (which I've left intact so far) and code (also intact), please redirect any questions you may have to me instead of Raphael.

I am still learning this module and appreciate your patience - if you have any bug reports or patches to submit, I will gladly accept them.

Best of luck to Raphael in his future endeavours and thank you for downloading CGI::MxScreen.

Jason Purdy
Jason@Purdy.INFO
October 15, 2004


CGI::MxScreen is a framework for building multi-screen stateful CGI programs. It is mostly object-oriented, in that you interact with objects, but has some peculiarities due to serialization constraints.

Here are the main features of `CGI::MxScreen':

Here is a high-level description of the processing flow when issuing requests to a `CGI::MxScreen' script:

CGI::MxScreen's foundation were greatly inspired by Tom Christiansen's MxScreen program. We would like to deeply thank Tom for having released his code in the first place. We believe we have improved what Tom had informally expressed, both in terms of functionality and in terms of reusability, but that's what open-source is about. Learn, and then give back.

We're happy to give back that framework to the Perl community.

-- Raphael Manfredi && Christophe Dehaudt