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

Search results for "dist::Params::Check"

OX - the hardest working two letters in Perl River stage one • 2 direct dependents • 2 total dependents

OX is a web application framework based on Bread::Board, Path::Router, and PSGI. Bread::Board lets you build your application from a collection of normal Moose objects, organized together in a "container", which allows components to easily interopera...

DOY/OX-0.14 - 03 Apr 2014 15:30:33 UTC - Search in distribution

CGI - Handle Common Gateway Interface requests and responses River stage four • 286 direct dependents • 1216 total dependents

CGI.pm is a stable, complete and mature solution for processing and preparing HTTP requests and responses. Major features including processing form submissions, file uploads, reading and writing cookies, query string generation and manipulation, and ...

LEEJO/CGI-4.64 - 18 Mar 2024 12:10:48 UTC - Search in distribution

Rope - Tied objects River stage zero No dependents

"Rope" is an Object Orientation system that is built on top of perls core hash tying implementation. It extends the functionality which is available with all the modern features you would expect from an modern OO system. This includes clear class and...

LNATION/Rope-0.25 - 03 Apr 2024 07:42:03 UTC - Search in distribution

DBD::Pg - PostgreSQL database driver for the DBI module River stage three • 76 direct dependents • 147 total dependents

DBD::Pg is a Perl module that works with the DBI module to provide access to PostgreSQL databases....

TURNSTEP/DBD-Pg-3.18.0 - 06 Dec 2023 23:47:13 UTC - Search in distribution

XML::Twig - A perl module for processing huge XML documents in tree mode. River stage three • 82 direct dependents • 243 total dependents

This module provides a way to process XML documents. It is build on top of "XML::Parser". The module offers a tree interface to the document, while allowing you to output the parts of it that have been completely processed. It allows minimal resource...

MIROD/XML-Twig-3.52 - 23 Nov 2016 17:21:16 UTC - Search in distribution

perl5200delta - what is new for perl v5.20.0 River stage five • 11292 direct dependents • 32664 total dependents

This document describes differences between the 5.18.0 release and the 5.20.0 release. If you are upgrading from an earlier release such as 5.16.0, first read perl5180delta, which describes differences between 5.16.0 and 5.18.0....

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

DBI::DBD - Perl DBI Database Driver Writer's Guide River stage four • 940 direct dependents • 2099 total dependents

This document is primarily intended to help people writing new database drivers for the Perl Database Interface (Perl DBI). It may also help others interested in discovering why the internals of a DBD driver are written the way they are. This is a gu...

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC - Search in distribution
  • DBD::Gofer - A stateless-proxy driver for communicating with a remote DBI

Win32::RASE - managing dialup entries and network connections on Win32 River stage zero No dependents

This module is a collection of subroutines. As their names are very long and specific and almost each corresponds to a Win32 API call I decided to export a lot of them by default. Everything is exported except those subs that are claimed as non-expor...

MBLAZ/Win32-RASE-1.01 - 09 Mar 2000 00:11:15 UTC - Search in distribution

Titanium - A strong, lightweight web application framework River stage one • 1 direct dependent • 1 total dependent

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

MARKSTOS/Titanium-1.04 - 24 Nov 2009 02:43:36 UTC - Search in distribution

Task - The successor to Bundle:: for installing sets of modules River stage zero No dependents

The "Bundle::" namespace has long served as the CPAN's "expansion" mechanism for module installation. A "Bundle::" module contains no code in itself, but serves as a way to specify an entire collection of modules/version pairs to be installed. The Pr...

ADAMK/Task-1.04 - 10 Jul 2008 08:07:15 UTC - Search in distribution

App::WRT - WRiting Tool, a static site/blog generator and related utilities River stage zero No dependents

This started life somewhere around 2001 as "display.pl", a CGI script to concatenate fragments of handwritten HTML by date. It has since accumulated several of the usual weblog features (lightweight markup, feed generation, embedded Perl, poetry tool...

BRENNEN/App-WRT-v8.0.0 - 27 Sep 2022 04:52:49 UTC - Search in distribution

Class::Generate - Generate Perl class hierarchies River stage one • 1 direct dependent • 1 total dependent

The "Class::Generate" package exports functions that take as arguments a class specification and create from these specifications a Perl 5 class. The specification language allows many object-oriented constructs: typed members, inheritance, private m...

SHLOMIF/Class-Generate-1.18 - 13 Oct 2020 09:35:55 UTC - Search in distribution

CGI::Lite - Process and decode WWW forms and cookies River stage one • 1 direct dependent • 1 total dependent

This module can be used to decode form data, query strings, file uploads and cookies in a very simple manner. It has only one dependency and is therefore relatively fast to instantiate. This makes it well suited to a non-persistent CGI scenario....

HOUSTON/CGI-Lite-3.03 - 06 May 2021 13:05:54 UTC - Search in distribution

Hades - Less is more, more is less! River stage one • 4 direct dependents • 8 total dependents

LNATION/Hades-0.21 - 05 Nov 2021 15:58:16 UTC - Search in distribution

Win32::API - Perl Win32 API Import Facility River stage two • 30 direct dependents • 34 total dependents

To use this module put the following line at the beginning of your script: use Win32::API; You can now use the "new()" function of the Win32::API module to create a new Win32::API::More object (see "IMPORTING A FUNCTION") and then invoke the "Call()"...

BULKDD/Win32-API-0.84 - 21 Jan 2016 20:13:25 UTC - Search in distribution

Cpanel::JSON::XS - cPanel fork of JSON::XS, fast and correct serializing River stage three • 64 direct dependents • 181 total dependents

This module converts Perl data structures to JSON and vice versa. Its primary goal is to be *correct* and its secondary goal is to be *fast*. To reach the latter goal it was written in C. As this is the n-th-something JSON module on CPAN, what was th...

RURBAN/Cpanel-JSON-XS-4.37 - 04 Jul 2023 10:35:53 UTC - Search in distribution

DBIx::LogAny - Perl extension for DBI to selectively log DBI methods, SQL, parameters, result-sets, transactions etc with Log::Any. River stage zero No dependents

"DBIx::LogAny" is a wrapper over DBI which adds logging of your DBI activity via Log::Any. It is based on the much older DBIx::Log4perl. "DBIx::LogAny" is almost identical to DBIx::Log4perl except: o it checks if Log::LogAny is loaded before setting ...

MJEVANS/DBIx-LogAny-0.06 - 19 May 2017 13:19:49 UTC - Search in distribution

MVC::Neaf - Not Even A (Web Application) Framework River stage zero No dependents

KHEDIN/MVC-Neaf-0.2901 - 02 Aug 2023 00:28:03 UTC - Search in distribution

Apache::ASP - Active Server Pages for Apache with mod_perl River stage one • 2 direct dependents • 2 total dependents

Apache::ASP provides an Active Server Pages port to the Apache Web Server with Perl scripting only, and enables developing of dynamic web applications with session management and embedded Perl code. There are also many powerful extensions, including ...

CHAMAS/Apache-ASP-2.63 - 15 Mar 2018 05:28:37 UTC - Search in distribution

Web::XDO - static web site tool River stage zero No dependents

XDO ("extensible document objects") is a tool for creating simple static web sites. Full documentation for XDO is in the official web site <http://www.idocs.com/xdo/>. This POD documentation focuses on the internals of Web::XDO....

MIKO/Web-XDO-0.11 - 02 Dec 2013 23:39:12 UTC - Search in distribution
241 results (0.107 seconds)