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

Search results for "module:CGI::Application::Framework"

CGI::Application::Framework - Fully-featured MVC web application platform River stage zero No dependents

"CGI::Application::Framework" is a web development plaform built upon "CGI::Application". It incorporates many modules from CPAN in order to provide a feature-rich environment, and makes it easy to write robust, secure, scalable web applications. It ...

RDICE/CGI-Application-Framework-0.26 - 01 Nov 2005 02:13:47 UTC

lib/CGI/Application/Framework/Constants.pm River stage zero No dependents

RDICE/CGI-Application-Framework-0.26 - 01 Nov 2005 02:13:47 UTC

lib/CGI/Application/Framework/CDBI.pm River stage zero No dependents

RDICE/CGI-Application-Framework-0.26 - 01 Nov 2005 02:13:47 UTC

CGI::AppToolkit - An object-oriented application development framework River stage zero No dependents

This module is the single access point for data and interface abstraction modules. These abstraction layers have a similar interface, and are called using the same techniques. This framework has been developed for web-based applications, but there is...

GISEBURT/CGI-AppToolkit-0.051 - 18 Jun 2002 00:53:33 UTC

CGI::Ex - CGI utility suite - makes powerful application writing fun and easy River stage one • 2 direct dependents • 2 total dependents

CGI::Ex provides a suite of utilities to make writing CGI scripts more enjoyable. Although they can all be used separately, the main functionality of each of the modules is best represented in the CGI::Ex::App module. CGI::Ex::App takes CGI applicati...

RHANDOM/CGI-Ex-2.55 - 09 Jan 2024 16:26:02 UTC

CGI::Mungo - Very simple CGI web framework River stage zero No dependents

All action subs are passed a CGI::Mungo object as the only parameter, from this you should be able to reach everything you need....

DUMB/CGI-Mungo-1.9 - 07 Jan 2014 18:47:25 UTC

CGI::MxScreen - a multi-screen stateful CGI framework River stage zero No dependents

"CGI::MxScreen" is a framework for building multi-screen stateful CGI programs. It is rather object-oriented, with some peculiarities brought by persistency constraints: all objects must be handled by "Storable". "CGI::MxScreen" is based on the "CGI"...

PURDY/CGI-MxScreen-0.103 - 18 Oct 2004 15:16:18 UTC

CGI::Portable - Framework for server-generic web apps River stage zero No dependents

The CGI::Portable class is a framework intended to support complex web applications that are easily portable across servers because common environment-specific details are abstracted away, including the file system type, the web server type, and your...

DUNCAND/CGI-Portable-0.51 - 08 Jun 2004 01:36:22 UTC

CGI::Builder - Framework to build simple or complex web-apps River stage two • 10 direct dependents • 10 total dependents

This is the starting point of the documentation of the CGI Builder Framework (CBF). You should read this documentation before any other documentation in any other module that extends the CBF....

DOMIZIO/CGI-Builder-1.36 - 26 Mar 2006 14:33:13 UTC

CGI::PSGI - Adapt CGI.pm to the PSGI protocol River stage two • 11 direct dependents • 35 total dependents

This module is for web application framework developers who currently uses CGI to handle query parameters, and would like for the frameworks to comply with the PSGI protocol. Only slight modifications should be required if the framework is already co...

MIYAGAWA/CGI-PSGI-0.15 - 17 May 2011 21:00:47 UTC

CGI::CRUD - Instant CRUD web front-end, featuring auto-discovery of the data dictionary for an RDBMS source River stage one • 1 direct dependent • 1 total dependent

This module provide a framework to create web forms for a front-end CRUD interface to a variety of data sources. It features auto-discovery of the data dictionary for an RDBMS source. With this framework, you can get a basic CRUD web interface up and...

RSANDBERG/CGI-CRUD-1.06 - 04 Jun 2012 23:04:40 UTC

CGI::Framework - A simple-to-use, lightweight web CGI framework River stage zero No dependents

CGI::Framework is a simple and lightweight framework for building web-based CGI applications. It features complete code-content separation (templating) by utilizing the HTML::Template library, stateful file or database-based sessions by utilizing the...

MNAGUIB/CGI-Framework-0.23 - 11 Oct 2005 16:23:36 UTC

CGI::Application - Framework for building reusable web-applications River stage three • 118 direct dependents • 128 total dependents

It is intended that your Application Module will be implemented as a sub-class of CGI::Application. This is done simply as follows: package My::App; use base 'CGI::Application'; Notation and Conventions For the purpose of this document, we will refer...

MARTO/CGI-Application-4.61 - 02 Mar 2018 09:20:24 UTC

CGI::Panel - Create stateful event-driven web applications from simple panel objects River stage zero No dependents

CGI::Panel allows applications to be built out of simple object-based components. It'll handle the state of your data and objects so you can write a web application just like a desktop app. You can forget about the http requests and responses, whethe...

RSYMES/CGI-Panel-0.97 - 26 Jun 2003 09:57:12 UTC

CGI::Wiki::Simple - A simple wiki application using CGI::Application. River stage zero No dependents

This is an instant wiki....

CORION/CGI-Wiki-Simple-0.12 - 05 Apr 2003 21:06:39 UTC

CGI::Screen - Perl extension for easy creation of multi screen CGI scripts River stage zero No dependents

CGI::Screen is a subclass of "CGI" which allows the esay(TM) creation of simple multi screen CGI scripts. By 'multi screen' I mean scripts which present different screens to the user when called with different parameters. This is the common case for ...

ULPFR/CGI-Screen-0.122 - 05 Feb 1999 16:31:00 UTC

Google::OAuth - Maintains a database for Google Access Tokens River stage zero No dependents

Google::OAuth provides the capability to utilize the Google App's published API. The link below (to Google's Calendar reference) demonstrates their API in the form of HTTP REST requests. This API is consistent with the arguments of a Google::OAuth to...

TQISJIM/Google-OAuth-0.05 - 08 Jun 2013 23:58:16 UTC

CGI::MiniFramework - CGI framework of a minimum composition. River stage zero No dependents

CGI::MiniFramework is CGI framework of a minimum composition. CGI::MiniFramework doesn't depend on other modules excluding strict and warning. You copies it onto an arbitrary place if you want to use this. You ended the preparation to use this framew...

NEKOKAK/CGI-MiniFramework-0.01 - 22 Sep 2005 13:41:45 UTC

CGI::Ex::Recipes - A usage example for CGI::Ex::App! River stage zero No dependents

This small but relatively complete application was inspired by the examples given by Paul in his documentation. I decided to go further and experiment with the recomendations and features which the framework provides. You are encouraged to play with ...

BEROV/CGI-Ex-Recipes-0.08 - 05 Sep 2012 07:36:32 UTC

CGI::Ex::Recipes - A usage example for CGI::Ex::App! River stage zero No dependents

This small but relatively complete application was inspired by the examples given by Paul in his documentation. I decided to go further and experiment with the recomendations and features which the framework provides. You are encouraged to play with ...

BEROV/CGI-Ex-Recipes-0.08 - 05 Sep 2012 07:36:32 UTC
52 results (0.047 seconds)