perlintro - Breve introducción y descripción general de Perl
ENELL/POD2-ES-5.24.0.5
-
01 Jan 2017 21:24:12 UTC
-
Search in distribution
- perlnewmod - Preparar la distribución de un módulo nuevo
perlintro - a brief introduction and overview of Perl
This document is intended to give you a quick overview of the Perl programming language, along with pointers to further documentation. It is intended as a "bootstrap" guide for those who are new to the language, and provides just enough information f...
RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution- perlmodstyle - Perl module style guide
- perlnewmod - preparing a new module for distribution
Metaweb - Perl interface to the Metaweb/Freebase API
This is a Perl interface to the Metaweb database, best known through the application Freebase (http://freebase.com). If this is your first encounter with Metaweb/Freebase, chances are you're confused about what the two terms mean. In short, Metaweb i...
SKUD/Metaweb-0.05 - 10 Sep 2007 02:07:08 UTC - Search in distribution
perlmodstyle - стиль написания модулей на Perl
MISHIN/POD2-RU-5.18.0.1.84
-
17 Dec 2017 17:55:54 UTC
-
Search in distribution
Test::Mail - Test framework for email applications
Test::Mail provides a framework for testing applications which send and receive email. A typical example of an email application might send a notification to a certain email address, setting certain headers in certain ways and having certain content ...
SKUD/Test-Mail-0.06 - 29 Mar 2007 00:48:22 UTC - Search in distribution
YAML::AppConfig - Manage configuration files with YAML and variable references.
YAML::AppConfig extends the work done in Config::YAML and YAML::ConfigFile to allow more flexible configuration files. Your configuration is stored in YAML and then parsed and presented to you via YAML::AppConfig. Settings can be referenced using "ge...
XAERXESS/YAML-AppConfig-0.19 - 14 Mar 2014 08:25:16 UTC - Search in distribution
Perl6::Doc - Perl 6 documentation
Currently included in this distribution: Design docs Apocalypses (outdated) Larry Wall started the Apocalypse (latin for revelation) series as a systematic way of answering the RFCs (Request For Comments) that started the design process for Perl 6. E...
HINRIK/Perl6-Doc-0.47 - 06 Dec 2010 03:25:27 UTC - Search in distribution
CGI::FormMagick - easily create CGI form-based applications
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 that form using only a few lines of Perl. How it work...
MITEL/CGI-FormMagick-0.89 - 05 Feb 2003 20:31:20 UTC - Search in distribution- CGI::FormMagick::TagMaker - Generate HTML tags
- CGI::FormMagick::Validator - validate data from FormMagick forms
- CGI::FormMagick::Validator - business-related validation routines
- 2 more results from CGI-FormMagick »
Config::YAML - Simple configuration automation
MDXI/Config-YAML-1.42
-
25 Sep 2005 17:00:24 UTC
-
Search in distribution
Test::Reporter - sends test results to cpan-testers@perl.org
Test::Reporter reports the test results of any given distribution to the CPAN Testers project. Test::Reporter has wide support for various perl5's and platforms. CPAN Testers no longer receives test reports by email, but reports still resemble an ema...
DAGOLDEN/Test-Reporter-1.62 - 06 Apr 2015 16:02:50 UTC - Search in distribution- Test::Reporter::Transport - base class for Test::Reporter transports
- Test::Reporter::Transport::File - File transport for Test::Reporter
- Test::Reporter::Transport::Null - Null transport for Test::Reporter
Net::Goofey - Communicate with a Goofey server
"Net::Goofey" is a class implementing a simple Goofey client in Perl....
GOSSAMER/Net-Goofey-1.4 - 21 Nov 1999 03:29:26 UTC - Search in distribution
WWW::Automate - automate interaction with websites
This module is intended to help you automate interaction with a website. It bears a not-very-remarkable outwards resemblance to WWW::Chat, on which it is based. The main difference between this module and WWW::Chat is that WWW::Chat requires a pre-pr...
SKUD/WWW-Automate-0.21 - 01 Dec 2005 03:12:45 UTC - Search in distribution
Config::YAML::Tiny - simple reading and writing of YAML-formatted configuration files using YAML::Tiny
Config::YAML is a somewhat object-oriented wrapper around the YAML module which makes reading and writing configuration files simple. Handling multiple config files (e.g. system and per-user configuration, or a gallery app with per-directory configur...
TIMA/Config-YAML-Tiny-1.42.0 - 04 Dec 2010 20:27:37 UTC - Search in distribution
App::Install - Install applications
This is easiest to do by analogy. Have you ever used any of the following? module-starter catalyst.pl kwiki-install minimvc-install Each of these scripts comes packaged with its respective distro (Module::Starter, Catalyst::Helper, Kwiki, and MasonX:...
SKUD/App-Install-0.03 - 19 Jul 2007 08:18:17 UTC - Search in distribution
MasonX::MiniMVC - Very simple MVC framework for HTML::Mason
The problem with Mason is that it's just way too tempting to include application logic in your components. It's hard, too, to figure out how to lay out an application. What do you put where? How do you make something that's not a horrible spaghetti t...
SKUD/MasonX-MiniMVC-0.03 - 04 Jul 2007 01:33:29 UTC - Search in distribution- MasonX::MiniMVC::Dispatcher - Dispatcher class for MasonX::MiniMVC
Docbook::Table - create Docbook tables from Perl data structures
This module generates Docbook SGML/XML tables from Perl data structures. Its main purpose is to simplify automatic document generation. Starting your table use Docbook::Table; my $t = Docbook::Table->new();...
SKUD/Docbook-Table-1.00 - 06 Nov 2001 15:27:20 UTC - Search in distribution
Class::DBI::Test::TempDB - Maintain a SQLite database for testing CDBI
In testing, we generally want tests to create and destroy all their own data. When writing Class::DBI-based projects, it's helpful to have a test database in which to do this, so that we can (a) be sure we're not stepping on production data, and (b) ...
LAMECH/Class-DBI-Test-TempDB-1.01 - 28 Sep 2004 16:07:16 UTC - Search in distribution
Finance::Bank::PNC - Check your PNC bank accounts from Perl
This module provides a rudimentary interface to the PNC online banking system at "https://www.onlinebanking.pnc.com/alservlet/OnlineBankingServlet" which is where "https://www.pnc.com/webapp/unsec/Homepage.do" redirects to....
ARMSTRONG/PNC-0.01 - 13 Oct 2010 20:06:14 UTC - Search in distribution