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

Search results for "dist::Email-Queue"

JSON - JSON (JavaScript Object Notation) encoder/decoder River stage four • 1544 direct dependents • 3401 total dependents

This module is a thin wrapper for JSON::XS-compatible modules with a few additional features. All the backend modules convert a Perl data structure to a JSON text and vice versa. This module uses JSON::XS by default, and when JSON::XS is not availabl...

ISHIGAKI/JSON-4.10 - 09 Oct 2022 00:11:31 UTC - Search in distribution

SQ - easily have a string containing single quote (') from the command line. River stage one • 1 direct dependent • 1 total dependent

This module can be used from the command line to provide a package-scope variables that contain a single quote - $S . It should not be used from a program or a module written in a text editor....

SHLOMIF/SQ-0.0.6 - 13 Oct 2020 08:15:47 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

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

CDDB - a high-level interface to cddb protocol servers (freedb and CDDB) River stage zero No dependents

CDDB protocol (cddbp) servers provide compact disc information for programs that need it. This allows such programs to display disc and track titles automatically, and it provides extended information like liner notes and lyrics. This module provides...

RCAPUTO/CDDB-1.222 - 15 Aug 2013 07:34:46 UTC - Search in distribution

JSON::PP - JSON::XS compatible pure-Perl module. River stage five • 219 direct dependents • 19622 total dependents

JSON::PP is a pure perl JSON decoder/encoder, and (almost) compatible to much faster JSON::XS written by Marc Lehmann in C. JSON::PP works as a fallback module when you use JSON module without having installed JSON::XS. Because of this fallback featu...

ISHIGAKI/JSON-PP-4.16 - 30 Dec 2022 04:33:20 UTC - Search in distribution

Pg::PQ - Perl wrapper for PostgreSQL libpq River stage one • 1 direct dependent • 3 total dependents

******************************************************************* *** *** *** NOTE: This is a very early release that may contain lots of *** *** bugs. The API is not stable and may change between releases *** *** *** ******************************...

SALVA/Pg-PQ-0.15 - 10 Oct 2017 07:41:49 UTC - Search in distribution

ABI - Perl module to parse chromatogram files generated by Applied Biosystems (ABI) automated DNA sequencing machine. River stage zero No dependents

An ABI chromatogram file is in binary format. It contain several information only some of which is required for normal use. This module only gives access to the most used information stored in ABI file. All the accesses are read only. If you have edi...

MALAY/ABI-1.0 - 20 Nov 2006 03:30:47 UTC - Search in distribution

gezer - HTML Postprocessor and frontend to html-minifier River stage one • 2 direct dependents • 2 total dependents

gezer performs HTML postprocessing and caches the output of "html-minifier" for subsequent speedups....

SHLOMIF/App-Gezer-0.0.4 - 13 Oct 2020 08:48:56 UTC - Search in distribution

Fun - simple function signatures River stage zero No dependents

This module provides "fun", a new keyword which defines functions the same way that "sub" does, except allowing for function signatures. These signatures support defaults and slurpy arguments, but no other advanced features. The behavior should be eq...

DOY/Fun-0.05 - 20 Sep 2012 17:20:12 UTC - Search in distribution

Try - nicer exception handling syntax River stage zero No dependents

This module implements a try/catch/finally statement. It is based heavily on (and mostly implemented via) Try::Tiny. The differences are: * It is a statement. "my $foo = try { ... }" doesn't work anymore, but in return, you don't have to remember the...

DOY/Try-0.03 - 09 Jan 2013 08:46:07 UTC - Search in distribution

cet - console emphasis tool River stage zero No dependents

cet.pl is a command line tool for visually emphasizing text in log files etc. by colorizing the output matching regular expressions....

TAINT/cet-2.02 - 25 Nov 2013 02:14:09 UTC - Search in distribution

DBD::ODBC - ODBC Driver for DBI River stage one • 9 direct dependents • 9 total dependents

Change log and FAQs Please note that the change log has been moved to DBD::ODBC::Changes. To access this documentation, use "perldoc DBD::ODBC::Changes". The FAQs have also moved to DBD::ODBC::FAQ.pm. To access the FAQs use "perldoc DBD::ODBC::FAQ". ...

MJEVANS/DBD-ODBC-1.61 - 31 Jan 2020 13:51:56 UTC - Search in distribution

YAOO - Yet Another Object Orientation River stage zero No dependents

LNATION/YAOO-0.09 - 08 Mar 2022 20:33:27 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

GD::Graph - Graph Plotting Module for Perl 5 River stage two • 31 direct dependents • 34 total dependents

GD::Graph is a *perl5* module to create charts using the GD module. The following classes for graphs with axes are defined: "GD::Graph::lines" Create a line chart. "GD::Graph::bars" and "GD::Graph::hbars" Create a bar chart with vertical or horizonta...

BPS/GDGraph-1.56 - 13 Jan 2023 13:28:32 UTC - Search in distribution

oodist - create perl distributions with OODoc River stage zero No dependents

The "oodist" script is currently only usable on UNIX in combination with Makefile.PL. It is a smart wrapper around the OODoc module, to avoid start work to produce real POD for modules which use OODoc's POD extensions. HTML is not (yet) supported. Co...

MARKOV/OODoc-2.02 - 08 Dec 2021 12:43:55 UTC - Search in distribution

lm-solve - A Computerized Solver for Logic Mazes River stage zero No dependents

This program is a front end for the LM-Solve Perl modules that can be used to solve any of the number of Logic Mazes present on the Logic Mazes site (http://www.logicmazes.com/) and similar sites. To use this program you should create a text file des...

SHLOMIF/Games-LMSolve-0.14.2 - 16 Oct 2020 16:19:25 UTC - Search in distribution

Error - Error/exception handling in an OO-ish way River stage three • 91 direct dependents • 636 total dependents

The "Error" package provides two interfaces. Firstly "Error" provides a procedural interface to exception handling. Secondly "Error" is a base class for errors/exceptions that can either be thrown, for subsequent catch, or can simply be recorded. Err...

SHLOMIF/Error-0.17029 - 28 Jan 2020 16:51:25 UTC - Search in distribution

perlmf - A command line tool for converting Perl module identifiers to certain formats. River stage one • 1 direct dependent • 1 total dependent

perlmf emits the module names given on the command line to the standard output in a consistent format given by the operation . The module names can be heterogeneous as long as they are supported by Module::Format::Module. Some example usages: $ perlm...

SHLOMIF/Module-Format-0.4.0 - 06 Apr 2020 14:21:10 UTC - Search in distribution
715 results (0.181 seconds)