CDBI Authentication for Catalyst This plugin allows you to authenticate your web users using database tables accessed through Class::DBI classes. Note that this plugin requires a session plugin such as ...
LDAP Authentication for Catalyst This plugin allows you to authenticate your web users using an LDAP server. See the Configuration section for more details on how to set it up. This module was designed with Active Directory in mind ...
Role based authorization for Catalyst based on Catalyst::Plugin::Authentication Role based access control is very simple: every user has a list of roles, which that user is allowed to assume, and every restricted part of the app makes an assertion about the necessary roles. If ...
Load config files of various types This module will attempt to load find and load a configuration file of various types. Currently it supports YAML, JSON, XML, INI and Perl formats. To support the distinction between development and ...
DateTime plugin for Catalyst This module's intention is to make the wonders of DateTime easily accesible within a Catalyst application via the Catalyst::Plugin interface. It adds the methods datetime and dt to the Catalyst ...
FillInForm for Catalyst Fill forms automatically, based on data from a previous HTML form. Typically (but not necessarily) used in conjunction with Catalyst::Plugin::FormValidator. This module automatically inserts data ...
Generate image tags for static files This plugin aims to assist you in generating image tags that contain alt text, a properly escaped src attribute, height and width info, without worrying too much.
Dispatch JSON-RPC methods with Catalyst Catalyst::Plugin::JSONRPC is a Catalyst plugin to add JSON-RPC methods in your controller class. It uses the same mechanism that XMLRPC plugin does and actually plays really nicely.
Generic Session plugin for Catalyst The Session plugin is the base of two related parts of functionality required for session management in web applications. The first part, the State, is getting the browser to repeat back a session ...
File storage backend for session data Fast sessions.
Store your sessions in a database This storage module will store session data in a database using DBI.
File storage backend for session data Catalyst::Plugin::Session::Store::File is an easy to use storage plugin for Catalyst that uses an simple file to act as a shared memory interprocess cache. It is based on Cache::FileCache.
Display a stack trace on the debug screen This plugin will enhance the standard Catalyst debug screen by including a stack trace of your appliation up to the point where the error occurred. Each stack frame is displayed along with the ...
Make serving static pages painless The Static::Simple plugin is designed to make serving static content in your application during development quick and easy, without requiring a single line of code from you. This plugin detects ...
Dispatch XMLRPC methods with Catalyst This plugin allows your controller class to dispatch XMLRPC methods from its own class.
The Elegant MVC Web Application Framework Catalyst is an elegant web application framework, extremely flexible yet extremely simple. It's similar to Ruby on Rails, Spring (Java) and Maypole, upon which it was originally based. Catalyst ...
JSON view for your data Catalyst::View::JSON is a Catalyst View handler that returns stash data in JSON format.
Mason View Class Want to use a Mason component in your views? No problem! Catalyst::View::Mason comes to the rescue.
Catalyst TT View Class This is the Catalyst view class for the Template Toolkit. Your application should defined a view class which is a subclass of this module. The easiest way to achieve this is using the myapp_create.pl ...
A high-level interface to cddb protocol servers CDDB is a high-level interface to databases based on the Compact Disc Database protocol. Starting with version 1.04, CDDB.pm will contact freedb.org servers by default. cddb.com's developer license ...
Read the CDDB entry for an audio CD in your drive This module/script gets the CDDB info for an audio cd.
Cflow::find - find ``interesting'' flows in raw IP flow files This package is of little use on its own. It requires input in the form of time-stamped raw flow files produced by other software packages. These ``flow sources'' either snoop a local ethernet (via ...
Simple Common Gateway Interface class for Perl This perl library uses perl5 objects to make it easy to create Web fill-out forms and parse their contents. This package defines CGI objects, entities that contain the values of the current query ...
Framework for building reusable web-applications CGI-Application is intended to make it easier to create sophisticated, reusable web-based applications. This module implements a methodology which, if followed, will make your web software easier to ...
CGI-Echo module for perl This module accepts form data, cleans it, and echos it. It is designed for a HTML/CGI student enviroment. It lets, indeed encourages, students to design forms and gives their long-suffering ...
CGI Interface for Fast CGI CGI::Fast is a subclass of the CGI object created by CGI.pm. It is specialized to work well with the Open Market FastCGI standard, which greatly speeds up CGI scripts by turning them into ...
Perl extension for managing templates, and performing variable interpolation What is a template? A template is a text file with variables in it. When a template is parsed, the variables are interpolated to text. (The text can be a few bytes or a few hundred kilobytes.) Here ...
Easily generate and process stateful forms FormBuilder is a fully-functional form engine with numerous features.
CGI-FormMagick module for perl FormMagick is a toolkit for easily building fairly complex form-based web applications. It allows the developer to specify the structure of a multi-page "wizard" style form using XML, then display ...
CGI-Lite module for perl This module can be used to decode form and query information, including file uploads, as well as cookies in a very simple manner; you need not concern yourself with the actual details behind the ...
Page : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |