Search results for "version:1.00"

Win32::JobAdd - Add subprocesses to a "job" environment. River stage zero No dependents

A "job" is a collection of processes which can be controlled as a single unit. For example, you can reliably kill a process and all of its children by launching the process in a job, then telling Windows to kill all processes in the job. There is ano...

DJOOS/Win32-JobAdd-1.00 - 22 Mar 2012 12:05:43 UTC - Search in distribution

Acme::ButFirst - Do something, but first do something else. River stage zero No dependents

"Acme::ButFirst" allows you to execute a block of code, but first do something else. Perfect for when you wish to add to the start of a long block of code, but don't have the energy to scroll upwards in your editor. "Acme::ButFirst" recognises both "...

PJF/Acme-ButFirst-1.00 - 24 Sep 2005 03:15:50 UTC - Search in distribution

Acme::VerySign - make unused subroutines useful River stage zero No dependents

After all is said and done, it's not actually that helpful that perl returns an error whenever it can't find a subroutine. This module solves this. With new *subfinder* technology whenever perl can't call a subroutine it automatically returns a scala...

MARKF/Acme-VerySign-1.00 - 16 Sep 2003 17:31:36 UTC - Search in distribution

Acme::landmine - variables that explode River stage zero No dependents

a tie interface that "confess"es. This is useful for creating out-of-bounds markers when modeling data structures, or setting a checkpoint when you want to know the next time a variable is accessed after some point. DESTROY is not mined, but everythi...

DAVIDNICO/Acme-landmine-1.00 - 28 Feb 2006 02:17:20 UTC - Search in distribution

Apache::EnvDir - Dynamically set environment variables via a directory of files River stage zero No dependents

Apache::EnvDir creates environment variables using a directory of files. The environment is dynamic -- changes to the files are reflected immediately within Apache -- which allows data to be passed into the Apache environment without restarting the w...

CRAMER/Apache-EnvDir-1.00 - 12 Nov 2003 21:17:14 UTC - Search in distribution

App::mycnfdiff River stage zero No dependents

By default, it produce two output files 1) common.mycnfdiff with common options 2) diff.mycnfdiff with different options (hash style) If utility can not write files it will print result to STDOUT and warn user about permissions...

PAVELSR/App-mycnfdiff-1.00 - 19 Feb 2019 18:14:35 UTC - Search in distribution

App::podweaver - Run Pod::Weaver on the files within a distribution. River stage zero No dependents

SGRAHAM/App-podweaver-1.00 - 09 Oct 2011 20:55:31 UTC - Search in distribution
  • podweaver - Run Pod::Weaver on a file or distribution.

Array::Extract - extract element from an array River stage zero No dependents

Function to extract elements from an array that match a block. See Array::Extract::Example for a more comprehensive example of how this can be useful Function The function is exported on demand extract BLOCK ARRAY Removes elements from the ARRAY that...

MARKF/Array-Extract-1.00 - 04 Jan 2012 20:08:42 UTC - Search in distribution

Array::RefElem - Set up array elements as aliases River stage one • 6 direct dependents • 8 total dependents

This module gives direct access to some of the internal Perl routines that let you store things in arrays and hashes. The following functions are available: av_store(@array, $index, $value) Stores $value in @array at the specified $index. After execu...

GAAS/Array-RefElem-1.00 - 18 Dec 2003 09:34:05 UTC - Search in distribution

Blessed::Merge - Merge Blessed Refs. River stage one • 4 direct dependents • 4 total dependents

Deeply merge x number of blessed references. new Instantiate a new Blessed::Merge object. my $blessed = Blessed::Merge->new(%options); options unique_hash Setting unique_hash will only set undefined key/values in the hash. use JSONP; use overload::x ...

LNATION/Blessed-Merge-1.00 - 06 Jun 2020 17:46:49 UTC - Search in distribution

Bundle::libnet - A bundle to install all libnet related modules River stage one • 2 direct dependents • 2 total dependents

This bundle includes all the libnet distribution and the Net-Telnet distribution by Jay Rogers <jay@rgrs.com>, which is a replacement module for the original Net::Telnet module which was in the libnet distribution....

GBARR/Bundle-libnet-1.00 - 04 Apr 1997 14:31:56 UTC - Search in distribution

CGI::HTMLError - Perl extension for reporting fatal errors to the browser River stage zero No dependents

This module is supposed to be a debugging tool for CGI programmers. If "use"'d in a program it will send nice looking fatal errors to the browser including a view of the offending source and an optional stacktrace. You can supply options to the modul...

JDIEPEN/CGI-HTMLError-1.00 - 09 Feb 2005 10:59:59 UTC - Search in distribution

Config::Column - あらゆるデリミタで区切られた設定ファイル・ログファイルの入出力を単純にパッケージ化する。 River stage zero No dependents

new デリミタを全て同じにする場合(delimiterを必ず記述する) my $cc = Config::Column->new( 'filename.dat', # データファイル 'utf8', # データファイルの文字コード [qw(1 author id title date summary)], # キー名のリスト *order "\t", # デリミタ(必須) 1, # インデックスのシフト(省略可能 省略した場合0(インデックスは0から)が使われる。) *index "\n" #...

NARAZAKA/Config-Column-1.00 - 13 Mar 2012 05:58:58 UTC - Search in distribution
  • Config::Column - simply packages input and output of "config" / "BBS log" file whose records are separated by any delimiter.

Config::LNPath - A Simple YAML Config Reader. River stage zero No dependents

LNATION/Config-LNPath-1.00 - 12 Apr 2021 07:41:38 UTC - Search in distribution

Crypt::Memfrob - memfrob implementation in pure Perl River stage zero No dependents

This package provides one function 'memfrob.' This is equivalent to the memfrob function included in glibc. With this library, you can generate glibc-compatible frobnicated (encrypted) strings, and defrobnicate glibc-generated strings, in Perl....

KNAGANO/Crypt-Memfrob-1.00 - 09 Oct 2001 14:16:27 UTC - Search in distribution

DBIx::Composer - Composes and runs SQL statement. River stage zero No dependents

This module helps you to compose and run SQL statements. First you create new object and fill its hash for common parts of SQL statements. Then you may either compose SQL statement from these parts or both compose and execute it....

PLISCO/DBIx-Composer-1.00 - 29 Oct 2003 17:19:54 UTC - Search in distribution

Data::Scroller River stage zero No dependents

Handle navigation of data over multiple pages in a 'rolling' pageset fashion, similar to that of google. An alternative to Data::Page by Leon Brocard ( written long before I'd heard of that :)...

BENH/Data-Scroller-1.00 - 26 Jul 2006 04:43:39 UTC - Search in distribution

Debug::Message - Eases the use of debug print with level, indentation and color. River stage zero No dependents

There was no module for simple debug messages supporting debug/verbosity levels and indentation. So this is the one, that is supposed to take this place. This module is an art of frontend to Log::Dispatch as Log::Dispatch itself supports levels, but ...

ATG/Debug-1.00 - 13 Aug 2006 17:38:11 UTC - Search in distribution

Devel::Diagram - Discover the classes of an arbitrary suite of Perl modules River stage zero No dependents

Devel::Diagram scans the given Perl modules attempting to discover the class structure. It produces a hash table that can be converted to XML (or other formats) via Render(). An XSL stylesheet is included that converts the XML class diagram into HTML...

GLENNWOOD/Devel-Diagram-1.00 - 22 Jun 2003 06:16:04 UTC - Search in distribution

Devel::Pointer - Fiddle around with pointers River stage zero No dependents

The primary purpose of this is to turn a smashed reference address back into a value. Once a reference is treated as a numeric value, you can't dereference it normally; although with this module, you can. Be careful, though, to avoid dereferencing th...

SIMON/Devel-Pointer-1.00 - 05 Sep 2001 16:35:23 UTC - Search in distribution
469 results (0.1 seconds)