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

Search results for "ABEL"

perlfunc - Funciones predefinidas en Perl *** DOCUMENTO SIN REVISAR *** River stage zero No dependents

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

perlfunc - Perl builtin functions River stage five • 11292 direct dependents • 32664 total dependents

The functions in this section can serve as terms in an expression. They fall into two major categories: list operators and named unary operators. These differ in their precedence relationship with a following comma. (See the precedence table in perlo...

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

web - A set of useful routines for many webworking purposes River stage zero No dependents

NLock This routine allows to set a filelock across NFS-boundaries. The common used perl-routine flock() fails at this point, so this routine is a useable alternative for bigger file-systems. It uses the modular functions link() and unlink() to mark a...

XWOLF/web-1.44 - 12 Sep 2002 10:06:01 UTC - Search in distribution

TM::DM - Topic Maps, read-only TMDM layer River stage one • 3 direct dependents • 3 total dependents

TMDM, the Topic Maps Data Model http://www.isotopicmaps.org/sam/sam-model/ is the ISO standard for the *high-level* model for Topic Maps. TMDM Concepts TMDM's main concepts are the *topic map item* containing any number of topic and association items...

DRRHO/TM-1.56 - 08 Nov 2010 06:58:01 UTC - Search in distribution

dumpxbrl River stage zero No dependents

This program will parse the given xbrl file and print it's contents. If a file needed to parse the xbrl doesn't exist, the file is downloaded to the directory specified by -d option. You can store the taxonomies of TDnet and EDINET to the schema dire...

YONJOUHAN/XBRL-JPFR-0.07 - 08 Jan 2018 04:26:58 UTC - Search in distribution

eidolon.pl - Eidolon application code generator. River stage one • 8 direct dependents • 8 total dependents

The *eidolon.pl* code generator will help you to create the application skeleton, so you won't need to make applications from scratch. It creates a simple example application with one default controller and a basic configuration with Eidolon::Driver:...

ABEL/Eidolon-0.02 - 20 Jun 2009 00:36:30 UTC - Search in distribution

PDL::DSP::Windows - Window functions for signal processing River stage one • 1 direct dependent • 2 total dependents

This module provides symmetric and periodic (DFT-symmetric) window functions for use in filtering and spectral analysis. It provides a high-level access subroutine "window". This functional interface is sufficient for getting the window samples. For ...

JJATRIA/PDL-DSP-Windows-0.100 - 01 Nov 2021 20:53:57 UTC - Search in distribution

Mock::Person::EN - Generate random sets of English names. River stage one • 1 direct dependent • 1 total dependent

Data for this module was found on these pages: Last names surnames.behindthename.com <http://surnames.behindthename.com/names/usage/english> Middle names There's usually no distinction between a first and middle name in England. First names Woman: jm...

SKIM/Mock-Person-EN-0.05 - 27 Nov 2023 16:35:57 UTC - Search in distribution

Alien::GvaScript::Form - Wrapper around HTML Forms River stage one • 3 direct dependents • 5 total dependents

This module of Alien::GvaScript manages forms with hierarchical fields and dynamically repeated sections. It works in close collaboration with Alien::GvaScript::Repeat. The design is partially inspired by the "Web Forms 2.0" proposal (<http://www.wha...

DAMI/Alien-GvaScript-1.45 - 04 Jun 2017 20:49:16 UTC - Search in distribution

Venn::Chart - Create a Venn diagram using GD. River stage one • 1 direct dependent • 1 total dependent

Venn::Chart create a Venn diagram image using GD module with 2 or 3 data lists. A title and a legend can be added in the chart. It is possible to create an histogram chart with the different data regions of Venn diagram using GD::Graph module....

DJIBEL/Venn-Chart-1.02 - 01 Jan 2011 18:24:43 UTC - Search in distribution

Acme::CPANAuthors::Russian - We are Russian CPAN authors River stage one • 2 direct dependents • 3 total dependents

This class provides a hash of Russian CPAN authors' PAUSE ID and name to the "Acme::CPANAuthors" module....

SHARIFULN/Acme-CPANAuthors-Russian-1.07 - 24 Jul 2011 20:33:15 UTC - Search in distribution

List::Compare - Compare elements of two or more lists River stage three • 37 direct dependents • 128 total dependents

JKEENAN/List-Compare-0.55 - 16 Aug 2020 22:42:25 UTC - Search in distribution

QQ::weixin::work::externalcontact::groupchat River stage zero No dependents

客户联系->离职继承 POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 3: Non-ASCII character seen before =encoding in '客户联系->离职继承'. Assuming CP1252...

YOURSELF/QQ-weixin-work-v0.10 - 22 Feb 2024 10:59:00 UTC - Search in distribution

Eidolon::Driver::Router::Basic - basic request router for Eidolon. River stage zero No dependents

The *Eidolon::Driver::Router::Basic* driver finds handler for each user request. Routing is based on controller names and method attributes. Routing flow * Query parsing First, this package parses *query* GET-parameter value. This string is splitted ...

ABEL/Eidolon-Driver-Router-Basic-0.02 - 20 Jun 2009 00:38:26 UTC - Search in distribution

Chart::Plotly::Trace::Sunburst - Visualize hierarchal data spanning outward radially from root to leaves. The sunburst sectors are determined by the entries in *labels* or *ids* and in *parents*. River stage one • 2 direct dependents • 2 total dependents

Visualize hierarchal data spanning outward radially from root to leaves. The sunburst sectors are determined by the entries in *labels* or *ids* and in *parents*. Screenshot of the above example: This file has been autogenerated from the official plo...

PABLROD/Chart-Plotly-0.042 - 15 Aug 2022 15:26:22 UTC - Search in distribution

Eidolon::Driver::Router::Consequent - consequent request router for Eidolon. River stage zero No dependents

The *Eidolon::Driver::Router::Consequent* driver finds handler for each user request. Routing is based on application "Routing table" in application configuration. Routing flow Each row of *routing table* is sequentally checked if it matches a GET-re...

ABEL/Eidolon-Driver-Router-Consequent-0.01 - 20 Jun 2009 00:38:37 UTC - Search in distribution

Eidolon::Driver::DB::MySQL - MySQL database driver. River stage zero No dependents

The *Eidolon::Driver::DB::MySQL* is the MySQL database driver for *Eidolon*. MySQL versions 4.0+ are supported. To use this driver you must have DBI and DBD::mysql packages installed....

ABEL/Eidolon-Driver-DB-MySQL-0.01 - 20 Jun 2009 00:37:57 UTC - Search in distribution

Eidolon::Driver::Log::Basic - basic log driver for Eidolon. River stage zero No dependents

The *Eidolon::Driver::Log::Basic* is a simple log driver for *Eidolon*. It provides simple file logging, storing time (in *Y-m-d H:M:S* format), user request string, log level (*notice*, *warning* or *error*) and log message for each entry....

ABEL/Eidolon-Driver-Log-Basic-0.01 - 20 Jun 2009 00:38:15 UTC - Search in distribution

Eidolon::Driver::User::Basic - Eidolon basic user driver. River stage zero No dependents

The *Eidolon::Driver::User::Basic* is a user driver for *Eidolon*, that provides simple session-based authorization....

ABEL/Eidolon-Driver-User-Basic-0.02 - 20 Jun 2009 00:40:25 UTC - Search in distribution

Eidolon::Driver::DB::PostgreSQL - PostgreSQL database driver. River stage zero No dependents

The *Eidolon::Driver::DB::PostgreSQL* is the PostgreSQL database driver for *Eidolon*. PostgreSQL versions 8.0+ are supported. To use this driver you must have DBI and DBD::Pg packages installed....

ABEL/Eidolon-Driver-DB-PostgreSQL-0.01 - 20 Jun 2009 00:38:04 UTC - Search in distribution
24 results (0.053 seconds)