Continuity version 0.3 ======================= Continuity is a continuation-based web-application framework. Let me rephrase. Continuity is an alternative to the standard method of developing web-based applications. Actually, it is an alternative to the standard method of _thinking_ about web-based application programming. When using continuity you get to think about your program as being continuously run. When a webpage is being displayed to the user, the programmer sees the program waiting for input. So if the user asks to delete a record, and you want to display a confirmation page, you woul do something like "if($self->confirm_delete) { ... }". Got that? See the modules' inividual documentation and the website for further information. INSTALLATION To install this module type the following: perl Makefile.PL make make test make install DEPENDENCIES This module requires these other modules and libraries: Contize COPYRIGHT AND LICENCE Copyright (C) 2004 by Brock Wilcox This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.4 or, at your option, any later version of Perl 5 you may have available.