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

Search results for "version:1.00"

CBC - Encrypt Data with Cipher Block Chaining Mode River stage three • 72 direct dependents • 142 total dependents

This module is a Perl-only implementation of the cryptographic cipher block chaining mode (CBC). In combination with a block cipher such as DES or IDEA, you can encrypt and decrypt messages of arbitrarily long length. The encrypted messages are compa...

LDS/Crypt-CBC-1.00 - 19 Jun 1998 19:48:52 UTC - Search in distribution

OOB - out of band data for any data structure in Perl River stage one • 1 direct dependent • 1 total dependent

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

Loop - Smart, Simple, Recursive Iterators for Perl programming. River stage zero No dependents

Loop on an Array # loop on an array, at index 3, change the value in the array to "three" my @array = qw (alpha bravo charlie delta echo); Loop::Array @array, sub { my($index,$val)=@_; if($index == 3) { # modify the element in the original array # no...

GSLONDON/Loop-1.00 - 13 Mar 2003 03:10:37 UTC - Search in distribution

Vote - Catalyst based application River stage zero No dependents

[enter your description here]...

NANARDON/Vote-1.00 - 13 Jun 2009 06:40:24 UTC - Search in distribution

What - Find out about running services River stage one • 1 direct dependent • 1 total dependent

The What class is interface to classes providing information about running services. What::MTA is the only implementation so far....

TPG/What-1.00 - 24 Feb 2006 01:04:34 UTC - Search in distribution

your - Perl pragma to declare use of other package's variables River stage zero No dependents

You should use variables from other packages with care, but as long as you're going to, it doesn't hurt to predeclare it. Currently, if you use another package's variables and only use it once, Perl will throw a "variable used only once" warning. var...

MSCHWERN/your-1.00 - 30 Aug 2007 12:52:00 UTC - Search in distribution

Btrees - Binary trees using the AVL balancing method. River stage zero No dependents

Btrees uses the AVL balancing method, by G. M. Adelson-Velskii and E.M. Landis. Bit scavenging, as done in low level languages like C, is not used for height balancing since this is too expensive for an interpreter. Instead the actual height of each ...

RSQUIERS/Btrees-1.00 - 26 Oct 2001 07:34:49 UTC - Search in distribution

reaper - support for reaping child processes via $SIG{CHLD} River stage zero No dependents

reaper is just a backwards-compatibility wrapper for Reaper -- turns out that only 'pragmas' are supposed to be named in lower case, so I renamed reaper to Reaper. But existing code contains 'use reaper', so this allows such code to work without chan...

JGS/Reaper-1.00 - 10 Apr 2007 05:38:06 UTC - Search in distribution
  • Reaper - support for reaping child processes via $SIG{CHLD}

Slinke - module to control the Slink-e product produced by Nirvis - visit Nirvis at http://www.nirvis.com River stage zero No dependents

Slink-e is a product that can speak to many different Sony products over the S-Link port. Also, it can receive and transmit infrared signals over 8 different transmitters/receivers. For now, the bulk of this code deals with the transmission and recep...

BPAULSEN/Slinke-1.00 - 09 Aug 2000 07:06:37 UTC - Search in distribution

UserDB - A simple users and groups management interface River stage zero No dependents

UserDB is a simple management module for users and groups. It uses a flat file database to store information and as such does not rely on any external resource. It provides an interface to do simple functions for implementing users and groups, and ha...

DENDORY/UserDB-1.00 - 18 Dec 2014 18:40:47 UTC - Search in distribution

uninit - Warn about uninitialized variables River stage zero No dependents

It's all very well being warned about the use of "undef" if you don't know what variable it is that contains "undef", especially if you've got more than one variable in a line. "uninit" attempts to do compile-time static checking of your program to s...

SIMON/uninit-1.00 - 31 Oct 2001 00:05:01 UTC - Search in distribution

GD::Map - Perl extension for creating geographic map files with GD River stage zero No dependents

CREATING BASEMAPS The first thing you need to do is download the WDB files and unzip them somewhere. For example /usr/local/wdb/. There should be a number of large text files (11 I think). Then you need to create one (or multiple), basemaps. use GD::...

CJS/GD-Map-1.00 - 20 Jun 2006 22:09:54 UTC - Search in distribution

LWP::IO - Tk I/O routines for the LWP library River stage one • 1 direct dependent • 1 total dependent

This module provide replacement functions for the LWP::IO functions. Require this module if you use Tk and want non exclusive IO behaviour from LWP. This does not allow LWP to run simultaneous requests though. See also LWP::IO....

GAAS/LWP-attic-1.00 - 26 Jan 1998 23:51:56 UTC - Search in distribution

release - Release staged content to the target server River stage zero No dependents

The release tool is the third stage of the developer-side release process. When run, this tool bundles the content intended for deployment to a web host and manages the transaction of sending the data to the target and verifying successful delivery....

KGREENE/releasesystem-1.00 - 15 Jun 2000 21:38:16 UTC - Search in distribution

Amethyst - Perl extension for blah blah blah River stage zero No dependents

Amethyst is a bot core capable of handling parsing and routing of messages between connections and brains. Amethyst can handle an arbitrary number of connections of arbitrary types (given an appropriate module in Amethyst::Connection::*), routing the...

SHEVEK/Amethyst-1.00 - 13 Dec 2002 12:25:48 UTC - Search in distribution

CGI::Log - Perl extension for centralized logging of debug, error, status and success messages from scripts or other modules. River stage zero No dependents

This module acts as a central repository for debug, status and error messages. It instantiates itself automatically (if it needs to) so you can access the Log object functions from anywhere in you code including other modules/objects with a simple co...

JMOORE/CGI-Log-1.00 - 14 Sep 1998 04:15:38 UTC - Search in distribution

Examples River stage zero No dependents

MGI/ClearCase-Wrapper-MGi-1.00 - 22 Aug 2012 11:37:56 UTC - Search in distribution

MW::ssNA - Perl extension to calculate molecular weight of ssDNA or ssRNA. River stage zero No dependents

MSPERL/MW-ssNA-1.00 - 06 Dec 2011 16:57:09 UTC - Search in distribution

Megaport - Simple access to the Megaport API River stage zero No dependents

This module provides a Perl interface to the Megaport <https://www.megaport.com> API. This is largely to fill my own requirements and for now is read only. Read/write functionality will be added over time to support service modification....

CDANIEL/Megaport-1.00 - 08 Mar 2017 22:04:32 UTC - Search in distribution

Net::WWD - World Wide Database River stage zero No dependents

BALESHI/Net-WWD-1.00 - 29 May 2005 09:41:57 UTC - Search in distribution
472 results (0.039 seconds)