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

Search results for "dist::CGI-Search"

mb - Can easy script in Big5, Big5-HKSCS, GBK, Sjis(also CP932), UHC, UTF-8, ... River stage zero No dependents

MBCS has been said to be an acronym for Multi Byte "Character" Set. (However, these days, it should be considered an acronym for Multi Byte "Codepoint" Set.) In any case, it is certain that "M" and "B" in mb.pm modulino are the first two characters o...

INA/mb-0.57 - 06 Jul 2023 15:12:01 UTC - Search in distribution

CPAN - query, download and build perl modules from CPAN sites River stage three • 53 direct dependents • 522 total dependents

The CPAN module automates or at least simplifies the make and install of perl modules and extensions. It includes some primitive searching capabilities and knows how to use LWP, HTTP::Tiny, Net::FTP and certain external download clients to fetch dist...

ANDK/CPAN-2.36 - 14 May 2023 19:36:11 UTC - Search in distribution

LWP - The World-Wide Web library for Perl River stage four • 2163 direct dependents • 6200 total dependents

The libwww-perl collection is a set of Perl modules which provides a simple and consistent application programming interface (API) to the World-Wide Web. The main focus of the library is to provide classes and functions that allow you to write WWW cl...

OALDERS/libwww-perl-6.77 - 11 Mar 2024 00:58:25 UTC - Search in distribution

cpanm - get, unpack build and install modules from CPAN River stage two • 42 direct dependents • 52 total dependents

MIYAGAWA/App-cpanminus-1.7047 - 30 Jul 2023 06:01:02 UTC - Search in distribution
  • cpanm - get, unpack build and install modules from CPAN

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

jacode - Perl program for Japanese character code conversion River stage one • 1 direct dependent • 1 total dependent

This software can convert each other "JIS", "SJIS", "EUC-JP", and "UTF-8" that are frequently used as encoding for Japanese string. Interface of "jacode.pl" is same of "jcode.pl" that we know well. On the other hand its ability is same of "Encode" mo...

INA/Jacode-2.13.4.31 - 21 Mar 2023 06:07:52 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

Pumpkin - Notes on handling the Perl Patch Pumpkin And Porting Perl River stage five • 11292 direct dependents • 32664 total dependents

This document attempts to begin to describe some of the considerations involved in patching, porting, and maintaining perl. This document is still under construction, and still subject to significant changes. Still, I hope parts of it will be useful,...

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

UI::KeyboardLayout - Module for designing keyboard layouts River stage zero No dependents

In this section, a "keyboard" has a certain "character repertoir" (which characters may be entered using this keyboard), and a mapping associating a character in the repertoir to a keypress or to several (sequential or simultaneous) keypresses. A sma...

ILYAZ/UI-KeyboardLayout-0.79 - 16 Mar 2024 21:24:23 UTC - Search in distribution

perlootut - Manual de programación orientada a objetos en Perl River stage zero No dependents

ENELL/POD2-ES-5.24.0.5 - 01 Jan 2017 21:24:12 UTC - Search in distribution

YATT - Yet Another Template Toolkit River stage zero No dependents

YATT is Yet Another Template Toolkit. Like PHP (and unlike HTML::Template), YATT translates each template into (executable) Perl package(class) so that you can define subs to build up your own abstraction architecture. This software is still in alpha...

HKOBA/YATT-0.0.10 - 09 Nov 2015 08:41:27 UTC - Search in distribution
  • YATT - Yet Another Template Toolkit

Best - Load modules with fallback River stage two • 6 direct dependents • 11 total dependents

Often there are several possible providers of some functionality your program needs, but you don't know which is available at the run site. For example, one of the modules may be implemented with XS, or not in the core Perl distribution and thus not ...

GAAL/Best-0.15 - 07 Dec 2012 09:25:43 UTC - Search in distribution

App::Rad - Rapid (and easy!) creation of command line applications River stage two • 16 direct dependents • 26 total dependents

App::Rad aims to be a simple yet powerful framework for developing your command-line applications. It can easily transform your Perl *one-liners* into reusable subroutines than can be called directly by the user of your program. It also tries to prov...

GARU/App-Rad-1.05 - 07 Jun 2013 01:12:03 UTC - Search in distribution

classesfaq - frequently asked questions about the Perl classes pragma River stage one • 1 direct dependent • 1 total dependent

RMUHLE/classes-0.944 - 08 Mar 2008 16:10:50 UTC - Search in distribution

Astro::Coord::ECI - Manipulate geocentric coordinates River stage one • 7 direct dependents • 8 total dependents

This module was written to provide a base class for a system to predict satellite visibility. Its main task is to convert the Earth-Centered Inertial (ECI) coordinates generated by the NORAD models into other coordinate systems (e.g. latitude, longit...

WYANT/Astro-satpass-0.131 - 16 Mar 2024 12:52:20 UTC - Search in distribution

Terse - Lightweight Web Framework River stage one • 8 direct dependents • 8 total dependents

Alot of the inspiration, and some code, for this module came from JSONP - which is a module to quickly build JSON/JSONP web services, providing also some syntactic sugar acting a bit like a sort of DSL (domain specific language) for JSON. ( thanks An...

LNATION/Terse-0.23 - 09 Jan 2024 03:36:42 UTC - Search in distribution

DBD::SQLcipher - Self-contained RDBMS in a DBI Driver River stage zero No dependents

SQLcipher is a public domain file-based relational database engine that you can find at <http://www.sqlite.org/>. DBD::SQLcipher is a Perl DBI driver for SQLcipher, that includes the entire thing in the distribution. So in order to get a fast transac...

TGASIBA/DBD-SQLcipher-0.02 - 23 May 2016 07:48:28 UTC - Search in distribution

Writing River stage three • 155 direct dependents • 183 total dependents

This chapter covers the mod_perl coding specifics, different from normal Perl coding. Most other perl coding issues are covered in the perl manpages and rich literature....

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC - Search in distribution

DBD::AnyData - DBI access to XML, CSV and other formats River stage one • 3 direct dependents • 3 total dependents

The DBD::AnyData module provides a DBI/SQL interface to data in many formats and from many sources. Currently supported formats include general format flatfiles (CSV, Fixed Length, Tab or Pipe "delimited", etc.), specific formats (passwd files, web l...

REHSACK/DBD-AnyData-0.110 - 17 Jul 2010 08:36:36 UTC - Search in distribution

Maypole - MVC web application framework River stage two • 11 direct dependents • 13 total dependents

This documents the Maypole request object. See the Maypole::Manual, for a detailed guide to using Maypole. Maypole is a Perl web application framework similar to Java's struts. It is essentially completely abstracted, and so doesn't know anything abo...

TEEJAY/Maypole-2.13 - 18 Apr 2008 10:27:38 UTC - Search in distribution
196 results (0.132 seconds)