as - load OO module under another name
Sometimes you get sick of having to use long module names. This module allows you to load a module and have it be aliased to another name....
LNATION/as-0.13 - 12 Apr 2021 07:32:09 UTC - Search in distribution
LCC - Content Provider Modules for the Local Content Cache system
Provides the Content Provider Modules for the Local Content Cache system as found on http://lococa.sourceforge.net . See the LCC::Overview documentation for a introduction of the Local Content Caching system and an overview of how these Perl modules ...
LNATION/LCC-0.02 - 09 Nov 2019 15:31:41 UTC - Search in distribution- LCC::UNS - connection to a Update Notification Server
- LCC::Documents - base class for checking document information
- LCC::Backend - base class for storing local status
- 8 more results from LCC »
perl58delta - what is new for perl v5.8.0
This document describes differences between the 5.6.0 release and the 5.8.0 release. Many of the bug fixes in 5.8.0 were already seen in the 5.6.1 maintenance release since the two releases were kept closely coordinated (while 5.8.0 was still called ...
RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution- perlepigraphs - list of Perl release epigraphs
- perlthrtut - Tutorial on threads in Perl
load - control when subroutines will be loaded
The "load" pragma allows a module developer to give the application developer more options with regards to optimize for memory or CPU usage. The "load" pragma gives more control on the moment when subroutines are loaded and start taking up memory. Th...
LNATION/load-0.25 - 15 Apr 2021 13:06:00 UTC - Search in distribution
OOB - out of band data for any data structure in Perl
This module makes it possible to assign any out of band data (attributes) to any Perl data structure with both a functional and an object oriented interface. Out of band data is basically represented by a key / value pair. Object Oriented Interface T...
LNATION/OOB-1.00 - 08 Apr 2021 13:54:02 UTC - Search in distribution
ogd - ordered global destruction
This module adds ordered destruction of objects stored in global variables in LIFO order during global destruction. Ordered global destruction is only applicable to objects stored in non-lexical variables (even if they are in file scope). Apparently ...
LNATION/ogd-0.04 - 10 Nov 2019 06:58:29 UTC - Search in distribution
forks - drop-in replacement for Perl threads using fork()
The "forks" pragma allows a developer to use threads without having to have a threaded perl, or to even run 5.8.0 or higher. Refer to the threads module for ithreads API documentation. Also, use perl -Mforks -e 'print $threads::VERSION' to see what v...
RYBSKEJ/forks-0.36 - 27 Jun 2014 03:55:32 UTC - Search in distribution- forks::shared - drop-in replacement for Perl threads::shared with forks()
- threads::shared::hash - default class for tie-ing hashes to threads with forks
- threads::shared::array - default class for tie-ing arrays to threads with forks
- 2 more results from forks »
name - Take The Name
"use name" to get one....
GRAF/name-v0.0.1 - 13 Feb 2022 22:55:07 UTC - Search in distribution
ifdef - conditionally enable text within pod sections as code
The "ifdef" pragma allows a developer to add sections of code that will be compiled and executed only when the "ifdef" pragma is specifically enabled. If the "ifdef" pragma is not enabled, then there is no overhead involved in either compilation of e...
LNATION/ifdef-0.10 - 09 Nov 2019 15:43:18 UTC - Search in distribution
Pots - Perl ObjectThreads
This module collection aims to provide an object-oriented way of working with Perl ithreads. Current features are: - Inter-thread communication through messages and message-queues - A simple "MethodServer" class that exposes a standard class to other...
RCHIBOIS/Pots-0.01 - 26 Mar 2004 14:24:37 UTC - Search in distribution
Safe::World - Create multiple virtual instances of a Perl interpreter that can be assembled together.
With *Safe::World* you can create multiple virtual instances/compartments of a Perl interpreter, that will work/run without touch the other instances/compartments and mantaining the main interpreter normal. Actually each Each instance (WORLD object),...
GMPASSOS/Safe-World-0.14 - 12 Sep 2004 23:33:33 UTC - Search in distribution
udebug - Reports status of Ubik process associated with a database server process
The udebug function returns the status of the lightweight Ubik process for the database server process identified by the port argument that is running on the database server machine named by the server argument. The output identifies the machines whe...
SJENKINS/AFS-Monitor-0.3.3 - 07 Jul 2011 00:31:37 UTC - Search in distribution- scout
- rxdebug - Provides debugging trace of Rx activity
- afsmonitor - Gathers statistics about File Servers and Cache Managers
- 4 more results from AFS-Monitor »
persona - control which code will be loaded for an execution context
This module was born out of the need to be able to easily specify which subroutines of a module should be available (as in "compiled") in different sets of mod_perl environments (e.g. the visitors front end web servers, or the personnel's back-office...
LNATION/persona-0.15 - 14 Nov 2019 13:00:22 UTC - Search in distribution
Data::Alias - Comprehensive set of aliasing operations
Aliasing is the phenomenon where two different expressions actually refer to the same thing. Modifying one will modify the other, and if you take a reference to both, the two values are the same. Aliasing occurs in Perl for example in for-loops and s...
XMATH/Data-Alias-1.25 - 11 May 2021 18:05:18 UTC - Search in distribution
Thread::Pool - group of threads for performing similar jobs
*** A note of CAUTION *** This module only functions on Perl versions 5.8.0 and later. And then only when threads are enabled with -Dusethreads. It is of no use with any version of Perl before 5.8.0 or without threads enabled. ***********************...
LNATION/Thread-Pool-0.35 - 10 Nov 2019 06:56:33 UTC - Search in distribution
GO::TermFinder - identify GO nodes that annotate a group of genes with a significant p-value
This package is intended to provide a method whereby the P-values of a set of GO annotations can be determined for a set of genes, based on the number of genes that exist in the particular genome (or in a selected background distribution from the gen...
SHERLOCK/GO-TermFinder-0.86 - 19 Nov 2009 17:39:14 UTC - Search in distribution- GO::AnnotationProvider::AnnotationParser - parses a gene annotation file
- GO::OntologyProvider::OboParser - Provides API for retrieving data from Gene Ontology obo file.
- GO::OntologyProvider::OntologyParser - Provides API for retrieving data from Gene Ontology files
Email::Valid - Check validity of Internet email addresses
This module determines whether an email address is well-formed, and optionally, whether a mail host exists for the domain. Please note that there is no way to determine whether an address is deliverable without attempting delivery (for details, see p...
RJBS/Email-Valid-1.203 - 29 May 2022 19:24:05 UTC - Search in distribution
Data::Reuse - share constant values with Data::Alias
By default, Perl doesn't share literal ( 0, 'foo' , "bar" ) values. That's because once a literal value is stored in variable (a container), the contents of that container can be changed. Even if such a container is marked "read-only" (e.g. with a mo...
LNATION/Data-Reuse-0.11 - 09 Nov 2019 15:28:12 UTC - Search in distribution