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::Plugin::Forward"

CGI::Application::Plugin::Forward - Pass control from one run mode to another River stage two • 8 direct dependents • 11 total dependents

The forward method passes control to another run mode and returns its output. This is equivalent to calling "$self->$other_runmode", except that CGI::Application's internal value of the current run mode is updated. This means that calling "$self->get...

MGRAHAM/CGI-Application-Plugin-Forward-1.06 - 18 Oct 2005 06:16:50 UTC

CGI::Snapp - An almost back-compat fork of CGI::Application River stage one • 6 direct dependents • 8 total dependents

A fork of CGI::Application (later CGI::Application::Dispatch etc) in order to understand how they work in sufficient detail that I can put CGI::Snapp etc into production - *in my own code* - as replacements for those modules. You are *strongly* encou...

RSAVAGE/CGI-Snapp-2.01 - 11 Sep 2016 01:13:27 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::Snapp::Demo::Three - A template-free demo of CGI::Snapp using the forward() method River stage zero No dependents

Shows how to use the forward() method to interrupt processing of a run mode. The output reports which methods were and were not entered per run mode. Also, it shows how to hook the 'forward_prerun' hook....

RSAVAGE/CGI-Snapp-Demo-Three-1.02 - 17 Nov 2012 00:48:14 UTC

CGI::Snapp::Demo::Two - A template-free demo of CGI::Snapp using N run modes River stage zero No dependents

Shows how to write a CGI script using CGI::Snapp, with several run modes. The output reports which methods were and were not entered per run mode....

RSAVAGE/CGI-Snapp-Demo-Two-1.02 - 17 Nov 2012 00:49:41 UTC

CGI::Snapp::Demo::One - A template-free demo of CGI::Snapp using just 1 run mode River stage zero No dependents

Shows how to write a minimal CGI script using CGI::Snapp, with 1 run mode....

RSAVAGE/CGI-Snapp-Demo-One-1.02 - 17 Nov 2012 00:45:21 UTC

CGI::Prototype::Hidden - Create a CGI application by subclassing - hidden field River stage one • 1 direct dependent • 1 total dependent

CGI::Prototype::Hidden extends CGI::Prototype by providing a hidden field mechanism for state, and a dispatching algorithm based on that hidden field. In particular, 1 Dispatching to a particular paged based on the "state" of the application is perfo...

MERLYN/CGI-Prototype-0.9054 - 30 Jul 2011 17:27:25 UTC

CGI::Application::Muto - A wrapper for CGI::App with some cool features River stage zero No dependents

You should use CGI::Application::Muto so that your main application module it's implemented as a sub-class, in the following way: package App; use base 'CGI::Application::Muto'; Application States In CGI::App you have to register your run modes on th...

ULIZAMA/CGI-Application-Muto-withoutworldwriteables - 05 Jun 2010 22:59:27 UTC

CGI::Snapp::Demo::Four - A template-free demo of CGI::Snapp using Log::Handler::Plugin::DBI River stage zero No dependents

This is a version of CGI::Snapp::Demo::Two which shows how to use a plugin such as Log::Handler::Plugin::DBI within a CGI script based on CGI::Snapp. The output reports which methods were and were not entered per run mode. Using a plugin easily requi...

RSAVAGE/CGI-Snapp-Demo-Four-1.02 - 17 Nov 2012 00:45:05 UTC

CGI::Application::HelpMan - look up system perl pod docs River stage zero No dependents

The application lets you look up documentation on this system. For developer API, please see CGI::Application::Plugin::HelpMan....

LEOCHARRE/CGI-Application-Plugin-HelpMan-1.09 - 13 Mar 2008 16:58:33 UTC

CGI::Application::Pluggable - support to many plugin install. River stage zero No dependents

CAP::Pluggable is auto install many plugin. This only has to do use though use base is done when CGI::Application is used usually....

NEKOKAK/CGI-Application-Pluggable-0.03 - 22 Mar 2006 07:00:57 UTC

CGI::Application::Structured - A medium-weight, MVC, DB web micro-framework. River stage one • 1 direct dependent • 1 total dependent

I have taken to heart a recent comment by Mark Stosberg on the CGIApp mailing list: "Titanium is just one vision of what can be built on top of CGI::Application. Someone else could easily combine their own combination of CGI::Application and differen...

VANAMBURG/CGI-Application-Structured-0.007 - 28 Mar 2011 02:41:00 UTC

CGI::Snapp::Demo::Four::Wrapper - A wrapper around CGI::Snapp::Demo::Four, to simplify using Log::Handler::Plugin::DBI River stage zero No dependents

Acts as a wrapper class around CGI::Snapp::Demo::Four to simplify using a Config::Plugin::Tiny *.ini file to configure a logger using Log::Handler::Plugin::DBI....

RSAVAGE/CGI-Snapp-Demo-Four-1.02 - 17 Nov 2012 00:45:05 UTC

CGI::Application::Plugin::HTDot - Enable "magic dot" notation in CGI::Application-derived applications that use HTML::Template for their templating mechanism. River stage zero No dependents

Imagine this: you've written a lot of code based upon CGI::Application, and also with HTML::Template because the two have always had such a high level of integration. You reach a situation (many times, perhaps) where you could really use the power an...

CROMEDOME/CGI-Application-Plugin-HTDot-0.07 - 05 Jan 2011 03:42:43 UTC

CGI::Application::Plugin::Redirect - Easy external redirects in CGI::Application River stage one • 5 direct dependents • 8 total dependents

This plugin provides an easy way to do external redirects in CGI::Application. You don't have to worry about setting headers or worrying about return types, as that is all handled for you. "redirect" does an external redirect, which means that the br...

CEESHEK/CGI-Application-Plugin-Redirect-1.00 - 02 Mar 2008 13:09:17 UTC

CGI::Application::Tutorial::Namegame - example of how to use plugins with cgiapps River stage zero No dependents

This is example code meant to illustrate more advanced usage of CGI::Application...

LEOCHARRE/CGI-Application-Tutorial-Namegame-0.01 - 12 Sep 2007 20:00:37 UTC

CGI::Application::Plugin::ValidateRM - Help validate CGI::Application run modes using Data::FormValidator River stage one • 4 direct dependents • 6 total dependents

CGI::Application::Plugin::ValidateRM helps to validate web forms when using the CGI::Application framework and the Data::FormValidator module. check_rm() Validates a form displayed in a run mode with a "Data::FormValidator" profile, returning the res...

FANY/CGI-Application-Plugin-ValidateRM-2.52 - 10 Nov 2022 04:54:01 UTC

CGI::Application::Plugin::AnyTemplate - Use any templating system from within CGI::Application using a unified interface River stage one • 2 direct dependents • 2 total dependents

Template-Independence "CGI::Application::Plugin::AnyTemplate" allows you to use any supported Perl templating system using a single consistent interface. Currently supported templating systems include HTML::Template, HTML::Template::Expr, HTML::Templ...

MGRAHAM/CGI-Application-Plugin-AnyTemplate-0.18 - 18 Oct 2009 18:54:38 UTC

CGI::Application::Plugin::MessageStack - A message stack for your CGI::Application River stage zero No dependents

This plugin by default needs a session object to tuck away the message(s). It's recommended that you use this in conjunction with CGI::Application::Plugin::Session. You can opt to not have the messages persist and thereby, not use CAP-Session by usin...

PURDY/CGI-Application-Plugin-MessageStack-0.34 - 20 Sep 2006 15:46:55 UTC

CGI::Application::Plugin::View::HTML::Template - Automatically render HTML::Templates in CGI::Application River stage zero No dependents

CGI::Application::Plugin::View adds Catalyst-like view processing to CGI::Application. This module automatically renders templates without setting template params or calling the template output method. This module has no methods. Simply store your te...

MFULLER/CGI-Application-Plugin-View-HTML-Template-0.02 - 22 Feb 2008 18:16:59 UTC
20 results (0.046 seconds)