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

Search results for "CGI::Application::Plugin"

CGI::Application::Plugin::AB - A/B Testing for CGI::Application-based applications. River stage zero No dependents

This module divides all visitors into an "A" group, or a "B" group, and allows you to determine which set they are a member of....

SKX/CGI-Application-Plugin-AB-0.4 - 05 Sep 2014 17:41:41 UTC - Search in distribution

CGI::Application::Plugin::TT - Add Template Toolkit support to CGI::Application River stage one • 5 direct dependents • 6 total dependents

CGI::Application::Plugin::TT adds support for the popular Template Toolkit engine to your CGI::Application modules by providing several helper methods that allow you to process template files from within your runmodes. It compliments the support for ...

CEESHEK/CGI-Application-Plugin-TT-1.05 - 04 Jun 2010 05:51:34 UTC - Search in distribution

CGI::Application::Plugin::CHI - CGI-App plugin for CHI caching interface River stage zero No dependents

FRIEDO/CGI-Application-Plugin-CHI-0.03 - 24 Nov 2009 22:10:47 UTC - Search in distribution

CGI::Application::Plugin::DBH - Easy DBI access from CGI::Application River stage one • 5 direct dependents • 6 total dependents

CGI::Application::Plugin::DBH adds easy access to a DBI database handle to your CGI::Application modules. Lazy loading is used to prevent a database connection from being made if the "dbh" method is not called during the request. In other words, the ...

FREW/CGI-Application-Plugin-DBH-4.04 - 24 Nov 2013 23:33:45 UTC - Search in distribution

CGI::Application::Plugin::Nes - Nes templates in CGI::Application River stage zero No dependents

Plugin for use Nes templates in CGI::Application. You can use any Nes object or plugin in CGI::Application. Include Nes Templates, PHP, PYTHON and others live sample: L<http://nes.sourceforge.net/hello_nes/tests-cgiapp/index.cgi?action=Inludes> Inclu...

NES/CGI-Application-Plugin-Nes-0.01 - 07 May 2010 09:08:38 UTC - Search in distribution

CGI::Application::Plugin::I18N - I18N and L10N methods for CGI::App River stage zero No dependents

This module is a wrapper around "Locale::Maketext::Simple" by Audrey Tang. It extends the "CGI::Application" object with variour methods to control the localization of text. A "FAQ" is provided with the aim to fill in the gaps....

COSMICNET/CGI-Application-Plugin-I18N-0.03 - 10 Jan 2009 02:05:28 UTC - Search in distribution

CGI::Application::Plugin::JSON - easy manipulation of JSON headers River stage one • 2 direct dependents • 3 total dependents

When communicating with client-side JavaScript, it is common to send data in "X-JSON" HTTP headers or through the document body as content-type "application/json". This plugin adds a couple of convenience methods to make that just a little bit easier...

WONKO/CGI-Application-Plugin-JSON-1.02 - 08 Apr 2009 19:56:38 UTC - Search in distribution

CGI::Application::Plugin::Menu - manage navigation menus for cgi apps River stage zero No dependents

This is a simple way of having menus in your cgi apps....

LEOCHARRE/CGI-Application-Plugin-Menu-1.06 - 12 May 2009 20:54:09 UTC - Search in distribution

CGI::Application::Plugin::REST - Helps implement RESTful architecture in CGI applications River stage zero No dependents

REST stands for REpresentational State Transfer. It is an architecture for web applications that tries to leverage the existing infrastructure of the World Wide Web such as URIs, MIME media types, and HTTP instead of building up protocols and functio...

JALDHAR/CGI-Application-Plugin-REST-0.3 - 06 Mar 2015 22:55:37 UTC - Search in distribution

CGI::Application::Plugin::YAML - YAML methods for CGI::App River stage zero No dependents

This module is a wrapper around "YAML::Any". It uses YAML::Any so looks for the best YAML module your system has to offer. There are Pure Perl YAML modules (such as YAML::Old) that you can easily package with your app. If like me you didn't like the ...

COSMICNET/CGI-Application-Plugin-YAML-0.03 - 02 Feb 2009 00:57:06 UTC - Search in distribution

CGI::Application::Plugin::Email - Lazy loaded Email River stage zero No dependents

This module is a wrapper around "Email::Stuff". The only real benefit is the lazy loading so that Email::Stuff isn't loaded with every request. This makes it a good option for scripts running through CGI....

COSMICNET/CGI-Application-Plugin-Email-0.01 - 02 Feb 2009 00:38:32 UTC - Search in distribution

CGI::Application::Plugin::ExtJS - Convert paginated DBIx::Class::ResultSet's to JSON-style structures River stage zero No dependents

This module is mostly for sending DBIx::Class paginated data to ExtJS based javascript code....

FREW/CGI-Application-Plugin-ExtJS-1.000001 - 17 Nov 2012 22:27:37 UTC - Search in distribution

CGI::Application::Plugin::Flash - Session Flash plugin for CGI::Application River stage zero No dependents

This CGI::Application plugin wraps the CGI::Session::Flash module to implement a Flash object. A flash is session data with a specific life cycle. When you put something into the flash it stays then until the end of the next request. This allows you ...

BCBAILEY/CGI-Application-Plugin-Flash-0.02 - 22 Nov 2008 00:12:48 UTC - Search in distribution

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 - Search in distribution

CGI::Application::Plugin::Mason - HTML::Mason plugin for CGI::Application River stage zero No dependents

CGI::Application::Plugin::Mason is Plug-in that offers HTML::Mason template engine....

HOLLY/CGI-Application-Plugin-Mason-1.01 - 28 Sep 2007 17:36:38 UTC - Search in distribution

CGI::Application::Plugin::Stash - add stash to CGI::Application River stage one • 1 direct dependent • 1 total dependent

CGI::Application::Plugin::Stash is a plugin for CGI::Application. This module allow you to call stash like Catalyst....

KAZEBURO/CGI-Application-Plugin-Stash-0.01 - 10 Nov 2005 06:19:03 UTC - Search in distribution

CGI::Application::Plugin::AnyCGI - Use your favourite CGI::* module with CGI::Application (instead of CGI.pm) River stage zero No dependents

This module allows to use (nearly) any CGI.pm compatible CGI::* module with CGI::Application. Just give a list of your preferred modules by using the "cgi_modules" option with new(). The modules are checked in the same order they appear, so see it as...

MAB/CGI-Application-Plugin-AnyCGI-0.02 - 06 Aug 2008 08:47:48 UTC - Search in distribution

CGI::Application::Plugin::Apache - Allow CGI::Application to use Apache::* modules without interference River stage zero No dependents

This plugin helps to try and fix some of the annoyances of using CGI::Application in a pure mod_perl (1.0 or 2.0) environment (see INSTALLATION for specific issues regarding installation under mod_perl 2.x). CGI::Application assumes that you use CGI....

WONKO/CGI-Application-Plugin-Apache-1.02 - 17 Jun 2011 16:54:24 UTC - Search in distribution

CGI::Application::Plugin::Header - Plugin for handling header props. River stage zero No dependents

This plugin provides you the common syntax to handle CGI.pm-compatible HTTP header properties. By using this plugin, your application is capable of the following methods, where $cgiapp denotes the instance of your application which inherits from CGI:...

ANAZAWA/CGI-Application-Plugin-Header-0.63008 - 14 Nov 2013 19:48:21 UTC - Search in distribution
259 results (0.178 seconds)