The DBI is a database access module for the Perl programming language. It defines a set of methods, variables, and conventions that provide a consistent database interface, independent of the actual database being used. It is important to remember th...
TIMB/DBI-1.642 - 29 Oct 2018 10:43:41 GMT - Search in distributionUR is a class framework and object/relational mapper for Perl. It starts with the familiar Perl meme of the blessed hash reference as the basis for object instances, and extends its capabilities with ORM (object-relational mapping) capabilities, obje...
BRUMMETT/UR-0.47 - 06 Aug 2018 14:29:10 GMT - Search in distributionMany Perl release announcements included an *epigraph*, a short excerpt from a literary or other creative work, chosen by the pumpking or release manager. This file assembles the known list of epigraph for posterity, and also links to the release ann...
XSAWYERX/perl-5.30.0 - 22 May 2019 09:35:50 GMT - Search in distribution- perl5140delta - what is new for perl v5.14.0
- perl5220delta - what is new for perl v5.22.0
- perl5160delta - what is new for perl v5.16.0
- 12 more results from perl »
This application provides newline conversions to a file in-place. It clobbers the file that you send as input. A backup of the original file will be made one time only (i.e., multiple runnings on the same file would try and overwrite the .bak file)....
TWYLIE/EOL-v0.0.2 - 31 Oct 2006 19:22:05 GMT - Search in distribution- EOL - This module aids in the conversion of text file newline characters within the context of other perl code; includes command line executable.
The Storable package brings persistence to your Perl data structures containing SCALAR, ARRAY, HASH or REF objects, i.e. anything that can be conveniently stored to disk and retrieved at a later time. It can be used in the regular procedural way by c...
XSAWYERX/Storable-3.15 - 23 Apr 2019 13:29:25 GMT - Search in distributionSet::Relation provides a simple Perl-native facility for an application to organize and process information using the relational model of data, without having to employ a separate DBMS, and without having to employ a whole separate sub-/language (suc...
DUNCAND/Set-Relation-0.13.1 - 26 Jun 2016 22:59:34 GMT - Search in distribution"Net::Server" is an extensible, generic Perl server engine. "Net::Server" attempts to be a generic server as in "Net::Daemon" and "NetServer::Generic". It includes with it the ability to run as an inetd process ("Net::Server::INET"), a single connect...
RHANDOM/Net-Server-2.009 - 10 Aug 2017 21:13:01 GMT - Search in distribution- Net::Server::PreForkSimple - Net::Server personality
GD::SVG painlessly enables scripts that utilize GD to export scalable vector graphics (SVG). It accomplishes this task by wrapping SVG.pm with GD-styled method calls. To enable this functionality, one need only change the "use GD" call to "use GD::SV...
TWH/GD-SVG-0.33 - 10 May 2009 14:39:31 GMT - Search in distributionTest::Class provides a simple way of creating classes and objects to test your code in an xUnit style. Built using Test::Builder, it was designed to work with other Test::Builder based modules (Test::More, Test::Differences, Test::Exception, etc.). *...
ETHER/Test-Class-0.50 - 07 Jun 2015 00:09:06 GMT - Search in distributionThe IRI module provides an object representation for Internationalized Resource Identifiers (IRIs) as defined by RFC 3987 <http://www.ietf.org/rfc/rfc3987.txt> and supports their parsing, serializing, and base resolution....
GWILLIAMS/IRI-0.009 - 30 Oct 2018 15:25:32 GMT - Search in distributionPerl interface to the Portable Batch System EXPORT None by default. Exportable constants MAXNAMLEN MAXPATHLEN MAX_ENCODE_BFR MGR_CMD_ACTIVE MGR_CMD_CREATE MGR_CMD_DELETE MGR_CMD_LIST MGR_CMD_PRINT MGR_CMD_SET MGR_CMD_UNSET MGR_OBJ_JOB MGR_OBJ_NODE MG...
TMERRITT/PBS-0.03 - 08 Sep 2008 15:29:20 GMT - Search in distribution- PBS::Attr - Perl extension for PBS
- PBS::Status - Perl extension for PBS
"Tie::File" represents a regular text file as a Perl array. Each element in the array corresponds to a record in the file. The first line of the file is element 0 of the array; the second line is element 1, and so on. The file is *not* loaded into me...
TODDR/Tie-File-1.00 - 14 Apr 2014 03:27:53 GMT - Search in distributionDBD::Unify is an extension to Perl which allows access to Unify databases. It is built on top of the standard DBI extension and implements the methods that DBI requires. This document describes the differences between the "generic" DBD and DBD::Unify...
HMBRAND/DBD-Unify-0.89 - 14 Sep 2017 14:28:15 GMT - Search in distributionMeerkat lets you manage MongoDB documents as Moose objects. Your objects represent projections of the document state maintained in the database. When you create an object, a corresponding document is inserted into the database. This lets you use fami...
DAGOLDEN/Meerkat-0.015 - 12 Dec 2016 17:38:54 GMT - Search in distributionPerl::Critic is an extensible framework for creating and applying coding standards to Perl source code. Essentially, it is a static source code analysis engine. Perl::Critic is distributed with a number of Perl::Critic::Policy modules that attempt to...
PETDANCE/Perl-Critic-1.134 - 23 May 2019 02:52:21 GMT - Search in distributionThis module attempts to make using HTML templates simple and natural. It extends standard HTML with a few new HTML-esque tags - "<TMPL_VAR>" "<TMPL_LOOP>", "<TMPL_INCLUDE>", "<TMPL_IF>", "<TMPL_ELSE>" and "<TMPL_UNLESS>". The file written with HTML a...
SAMTREGAR/HTML-Template-2.97 - 18 May 2017 20:30:05 GMT - Search in distributionThe SNMP::Multi package provides a mechanism to perform SNMP operations on several hosts simultaneously. SNMP::Multi builds on G. Marzot's SNMP Perl interface to the UC-Davis SNMP libraries, using asynchronous SNMP operations to send queries/sets to ...
TPG/SNMP-Multi-2.1 - 18 Dec 2003 02:48:51 GMT - Search in distributionThis script is a simple interface to the BLASTaid.pm module and aids in accessing specific reports from longer, multi part WU-BLAST (http://blast.wustl.edu/) alignments reports. Depending on parameters and starting input, BLAST reports may be several...
TWYLIE/BLASTaid-v0.0.3 - 07 Apr 2006 01:06:05 GMT - Search in distribution- BLASTaid - A simple interface for byte indexing a WU-BLAST multi-part report for faster access.
The Crypt::GPG module provides access to the functionality of the GnuPG (www.gnupg.org) encryption tool through an object oriented interface. It provides methods for encryption, decryption, signing, signature verification, key generation, key certifi...
AGUL/Crypt-GPG-1.64 - 20 Sep 2014 04:12:11 GMT - Search in distribution