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

Search results for "module:CGI::Simple"

CGI::Simple - A Simple totally OO CGI interface that is CGI.pm compliant River stage two • 19 direct dependents • 57 total dependents

CGI::Simple provides a relatively lightweight drop in replacement for CGI.pm. It shares an identical OO interface to CGI.pm for parameter parsing, file upload, cookie handling and header generation. This module is entirely object oriented, however a ...

MANWAR/CGI-Simple-1.281 - 31 Jan 2024 14:19:02 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::Simple::Util - Internal utilities used by CGI::Simple module River stage two • 19 direct dependents • 57 total dependents

CGI::Simple::Util contains essentially non public subroutines used by CGI::Simple. There are HTML and URL escape and unescape routines that may be of some use. An internal object is used to store a number of system specific details to enable the esca...

MANWAR/CGI-Simple-1.281 - 31 Jan 2024 14:19:02 UTC

CGI::Simple::Cookie - Interface to HTTP cookies River stage two • 19 direct dependents • 57 total dependents

CGI::Simple::Cookie is an interface to HTTP/1.1 cookies, a mechanism that allows Web servers to store persistent information on the browser's side of the connection. Although CGI::Simple::Cookie is intended to be used in conjunction with CGI::Simple ...

MANWAR/CGI-Simple-1.281 - 31 Jan 2024 14:19:02 UTC

CGI::Authen::Simple - Simple cookie-driven unsessioned form-based authentication River stage zero No dependents

This module provides extremely simple forms-based authentication for web applications. It has reasonable defaults set, and if your database conforms to those defaults, you can instantiate a new object with no parameters, and it will handle all the au...

OPIATE/CGI-Authen-Simple-1.0 - 18 Mar 2005 06:11:58 UTC

CGI::Simple::Standard - a wrapper module for CGI::Simple that provides a function style interface River stage two • 19 direct dependents • 57 total dependents

This module is a wrapper for the completely object oriented CGI::Simple module and provides a simple functional style interface. It provides two different methods to import function names into your namespace. Autoloading If you specify the '-autoload...

MANWAR/CGI-Simple-1.281 - 31 Jan 2024 14:19:02 UTC

CGI::Dispatcher::Simple - Simple CGI Dispacher by PATH_INFO River stage zero No dependents

This module provide you to simple dispatcher by using PATH_INFO. You can set some methods as hashref, PATH_INFO are keys, METHODS are values. like: '/' => 'default', '/list/add' => 'add', And, rest of PATH_INFO is saved in $self->args as arrayref. Wh...

TYPESTER/CGI-Dispatcher-Simple-0.01 - 21 Sep 2005 07:37:08 UTC

CGI::Wiki::Simple::Setup - Set up the wiki and fill content into some basic pages. River stage zero No dependents

This is a simple utility module that given a database sets up a complete wiki within it....

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

HTTP::Server::Simple::CGI - CGI.pm-style version of HTTP::Server::Simple River stage three • 65 direct dependents • 350 total dependents

HTTP::Server::Simple was already simple, but some smart-ass pointed out that there is no CGI in HTTP, and so this module was born to isolate the CGI.pm-related parts of this handler. accept_hook The accept_hook in this sub-class clears the environmen...

BPS/HTTP-Server-Simple-0.52 - 31 Mar 2017 20:44:24 UTC

CGI::Wiki::Simple::Plugin - Base class for CGI::Wiki::Simple plugins. River stage zero No dependents

This is the base class for special interactive Wiki nodes where the content is produced programmatically, like the LatestChanges page and the AllNodes page. A plugin subclass implements more or less the same methods as a CGI::Wiki::Store - a later re...

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

CGI::Wiki::Simple::NoTemplates - A simple wiki without templates River stage zero No dependents

This is an instant wiki....

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

CGI::FormBuilder::Config::Simple - deploy web forms w/ .ini file River stage zero No dependents

HESCO/CGI-FormBuilder-Config-Simple-0.12 - 04 May 2010 16:25:22 UTC

CGI::Wiki::Simple::Plugin::Static - Supply static text as node content River stage zero No dependents

This node supplies static text for a node. This text can't be changed. You could use a simple HTML file instead. No provisions are made against users wanting to edit the page. They can't save the data though....

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

HTTP::Server::Simple::CGI::PreFork - Turn HSS into a preforking webserver and enable SSL River stage zero No dependents

This module is a plugin module for the "Commands" module and handles PostgreSQL admin commands scheduled from the WebGUI....

CAVAC/HTTP-Server-Simple-CGI-PreFork-6 - 10 Oct 2016 09:24:17 UTC

CGI::Wiki::Simple::Plugin::NodeList - Node that lists all existing nodes on a wiki River stage zero No dependents

This node lists all nodes in your wiki. Think of it as the master index to your wiki....

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

HTML::FormFu::QueryType::CGI::Simple - uploaded file River stage two • 13 direct dependents • 25 total dependents

CFRANKS/HTML-FormFu-2.07 - 14 Dec 2018 16:07:11 UTC

HTTP::Server::Simple::CGI::Environment - a HTTP::Server::Simple mixin to provide the CGI protocol River stage three • 65 direct dependents • 350 total dependents

This mixin abstracts the CGI protocol out from HTTP::Server::Simple::CGI so that it's easier to provide your own CGI handlers with HTTP::Server::Simple which don't use CGI.pm setup_environment "setup_environemnt" is usually called in the superclass's...

BPS/HTTP-Server-Simple-0.52 - 31 Mar 2017 20:44:24 UTC

CGI::Application::Plugin::Config::Simple - Add Config::Simple support to CGI::Application River stage one • 1 direct dependent • 1 total dependent

This module acts as a plugin for Config::Simple to be easily used inside of a CGI::Application module. It does not provide every method available from Config::Simple but rather easy access to your configuration variables. It does however provide dire...

WONKO/CGI-Application-Plugin-Config-Simple-1.01 - 19 Dec 2005 15:39:40 UTC

CGI::Wiki::Simple::Plugin::RecentChanges - Node that lists the recent changes River stage zero No dependents

This node lists the nodes that were changed in your wiki. This only works for nodes that are stored within a CGI::Wiki::Store::Database, at least until I implement more of the store properties for the plugins as well....

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

CGI::Application::Plugin::FormValidator::Simple - Validator for CGI::Application with FormValidator::Simple River stage zero No dependents

This plugin for CGI::Application allows you to validate request parameters with FormValidator::Simple. See FormValidator::Simple for more information....

MIZZY/CGI-Application-Plugin-FormValidator-Simple-0.03 - 23 Nov 2005 12:04:44 UTC
213 results (0.046 seconds)