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

Search results for "ANNO"

AnnoCPAN - Annotated CPAN documentation River stage zero No dependents

Background Let's start by listing some of the resources at the disposal of the Perl community. * CPAN is a wonderful archive and distribution system for Perl modules. * search.cpan.org is a very nice web interface for searching and browsing the CPAN ...

ITUB/AnnoCPAN-0.22 - 02 Aug 2005 04:33:32 UTC - Search in distribution

AnnoCPAN::Perldoc - Integrate AnnoCPAN notes locally into perldoc River stage zero No dependents

AnnoCPAN is a web interface for the documentation of all the modules on CPAN, where users can add annotations on the margin of specific paragraphs throughout the POD. The master AnnoCPAN site is located at http://annocpan.org/. AnnoCPAN-Perldoc provi...

ITUB/AnnoCPAN-Perldoc-0.10 - 22 Jul 2005 02:43:17 UTC - Search in distribution

Bio::ViennaNGS::AnnoC - Object-oriented interface for storing and converting biological sequence annotation formats River stage zero No dependents

This module provides an object-oriented interface for storing and converting biological sequence annotation data. Based on the "Moose" object system, it maintains a central data structure which is curently designed to represent simple, non-spliced (i...

MTW/Bio-ViennaNGS-v0.19.2 - 11 Dec 2018 13:25:00 UTC - Search in distribution

AnnoCPAN::Perldoc::SyncDB - Download the AnnoCPAN database River stage zero No dependents

This module provides a simple interface to mirror the <http://annocpan.org/> content to a local machine. In conjunction with the AnnoCPAN::Perldoc module, this allows one to get all the benefits of the AnnoCPAN website in one's local "perldoc" comman...

CLOTHO/AnnoCPAN-Perldoc-SyncDB-0.11 - 28 Sep 2005 03:15:14 UTC - Search in distribution

anno_client - talk directly to the server River stage zero No dependents

EWILHELM/dotReader-v0.11.2 - 23 Apr 2007 01:08:29 UTC - Search in distribution

Image::ExifTool::TagNames - ExifTool tag name documentation River stage two • 29 direct dependents • 30 total dependents

This document contains a complete list of ExifTool tag names, organized into tables based on information type. Tag names are used to reference specific meta information extracted from or written to a file....

EXIFTOOL/Image-ExifTool-12.76 - 31 Jan 2024 15:31:14 UTC - Search in distribution

DateTime - A date and time object for Perl River stage four • 1153 direct dependents • 3694 total dependents

DateTime is a class for the representation of date/time combinations, and is part of the Perl DateTime project. It represents the Gregorian calendar, extended backwards in time before its creation (in 1582). This is sometimes known as the "proleptic ...

DROLSKY/DateTime-1.65 - 06 Nov 2023 05:14:16 UTC - Search in distribution

perlfaq4 - Data Manipulation River stage zero No dependents

This section of the FAQ answers questions related to manipulating numbers, dates, strings, arrays, hashes, and miscellaneous data issues....

ETHER/perlfaq-5.20240218 - 18 Feb 2024 17:37:36 UTC - Search in distribution

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

This document describes the various options for porting a mod_perl 1.0 Apache module so that it runs on a Apache 2.0 / mod_perl 2.0 server. It's also helpful to those who start developing mod_perl 2.0 handlers. Developers who need to port modules usi...

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

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

perl5200delta - what is new for perl v5.20.0 River stage five • 11292 direct dependents • 32664 total dependents

This document describes differences between the 5.18.0 release and the 5.20.0 release. If you are upgrading from an earlier release such as 5.16.0, first read perl5180delta, which describes differences between 5.16.0 and 5.18.0....

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

coerce-with-sah - Coerce data River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/App-SahUtils-0.484 - 15 Apr 2024 00:05:47 UTC - Search in distribution

Alter - Alter Ego Objects River stage zero No dependents

ANNO/Alter-0.07 - 09 Oct 2007 21:38:48 UTC - Search in distribution

Array::Each - iterate over one or more arrays, returning one or more elements from each array followed by the array index. River stage zero No dependents

Overview Array::Each provides the each() method to iterate over one or more arrays, returning one or more elements from each, followed by the array index. Array::Each has an object oriented interface, so it does not export any subroutines (or variabl...

BBAXTER/Array-Each-0.03 - 03 Jan 2013 16:28:11 UTC - Search in distribution

List::MoreUtils - Provide the stuff missing in List::Util River stage four • 820 direct dependents • 3118 total dependents

List::MoreUtils provides some trivial but commonly needed functionality on lists which is not going to go into List::Util. All of the below functions are implementable in only a couple of lines of Perl code. Using the functions from this module howev...

REHSACK/List-MoreUtils-0.430 - 21 Oct 2020 14:55:08 UTC - Search in distribution

DBIx::Simple - Very complete easy-to-use OO interface to DBI River stage two • 21 direct dependents • 27 total dependents

DBIx::Simple provides a simplified interface to DBI, Perl's powerful database module. This module is aimed at rapid development and easy maintenance. Query preparation and execution are combined in a single method, the result object (which is a wrapp...

JUERD/DBIx-Simple-1.37 - 08 Dec 2017 22:54:24 UTC - Search in distribution

List::SomeUtils - Provide the stuff missing in List::Util River stage three • 21 direct dependents • 596 total dependents

List::SomeUtils provides some trivial but commonly needed functionality on lists which is not going to go into List::Util. All of the below functions are implementable in only a couple of lines of Perl code. Using the functions from this module howev...

DROLSKY/List-SomeUtils-0.59 - 11 Dec 2022 04:38:34 UTC - Search in distribution

parent - Establish an ISA relationship with base classes at compile time River stage five • 1894 direct dependents • 32646 total dependents

Allows you to both load one or more modules, while setting up inheritance from those modules at the same time. Mostly similar in effect to package Baz; BEGIN { require Foo; require Bar; push @ISA, qw(Foo Bar); } By default, every base class needs to ...

CORION/parent-0.241 - 14 Feb 2023 21:53:47 UTC - Search in distribution

Text::Table - Organize Data in Tables River stage three • 46 direct dependents • 179 total dependents

Organization of data in table form is a time-honored and useful method of data representation. While columns of data are trivially generated by computer through formatted output, even simple tasks like keeping titles aligned with the data columns are...

SHLOMIF/Text-Table-1.135 - 12 Oct 2022 15:26:39 UTC - Search in distribution
49 results (0.061 seconds)