Search results for "version:1.00"
Devel::Pointer - Fiddle around with pointers
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
Docbook::Table - create Docbook tables from Perl data structures
This module generates Docbook SGML/XML tables from Perl data structures. Its main purpose is to simplify automatic document generation. Starting your table use Docbook::Table; my $t = Docbook::Table->new();...
SKUD/Docbook-Table-1.00 - 06 Nov 2001 15:27:20 UTC - Search in distribution
Geo::Coder::US - Geocode (estimate latitude and longitude for) any US address
Geo::Coder::US provides a complete facility for geocoding US addresses, that is, estimating the latitude and longitude of any street address or intersection in the United States, using the TIGER/Line data set from the US Census Bureau. Geo::Coder::US...
SDERLE/Geo-Coder-US-1.00 - 17 May 2005 14:35:11 UTC - Search in distribution- Geo::Coder::US::Import - Import TIGER/Line data into a Geo::Coder::US database
IO::Sockatmark - Perl extension for TCP urgent data
This module adds the atmark() method to the standard IO::Socket class. This can be used to detect the "mark" created by the receipt of TCP urgent data. Methods $flag = $socket->atmark() The atmark() method true if the socket is currently positioned a...
LDS/IO-Sockatmark-1.00 - 07 Jan 2001 04:52:06 UTC - Search in distribution
Import::Export - Exporting
LNATION/Import-Export-1.00
-
02 Jan 2019 13:55:49 UTC
-
Search in distribution
Java::Makefile - Script to generate Makefile for building Java projects into a single standalone jar
Basic Example generate_makefile.pl #!/usr/bin/perl -w use Java::Makefile; my $jm = Java::Makefile->new( config_file => 'makefile_specs.xml' ); $jm->write_makefile(); makefile_spec.xml <xml> <output_jar>test_project.jar</output_jar> <source_folder>tes...
CODECHILD/Java-Makefile-1.00 - 13 Mar 2015 20:20:36 UTC - Search in distribution
Math::Sequence - Perl extension dealing with mathematic sequences
Math::Sequence defines a class for simple mathematic sequences with a recursive definition such as "x_(n+1) = 1 / (x_n + 1)". Creation of a Math::Sequence object is described below in the paragraph about the constructor. Math::Sequence uses Math::Sym...
SMUELLER/Math-Sequence-1.00 - 14 Feb 2004 13:03:38 UTC - Search in distribution
Mortal::Kombat - Mortal Kombat program termination
This is a gimmick module. It merely gives you three functions, flawless(), victory(), and fatality(), each of which can be used without parentheses for a nice english look. The suggested uses are: flawless victory; # same as 'exit 0' and fatality "so...
PINYAN/Mortal-Kombat-1.00 - 23 Jan 2001 22:29:45 UTC - Search in distribution
Number::Encode - Encode bit strings into digit strings
Provides a mechanism to convert arbitrary bit-strings into numeric digit strings. The transformation can be uniform or non-uniform depending on the type of distribution of the numeric digits achieved. The former approach is useful for security-relate...
LUISMUNOZ/Number-Encode-1.00 - 01 Mar 2001 23:43:24 UTC - Search in distribution
Parallel::Tiny
Provides a simple, no frills fork manager....
SUTT/Parallel-Tiny-1.00 - 08 Apr 2017 23:09:08 UTC - Search in distribution
Proc::WaitStat - Interpret and act on wait() status values
This module contains functions for interpreting and acting on wait status values. Nothing is exported by default. POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 8: =over is the last thing in the docu...
ROSCH/Proc-WaitStat-1.00 - 22 Oct 1999 15:54:07 UTC - Search in distribution
String::Nysiis - NYSIIS Phonetic Encoding
New York State Identification and Intelligence System (NYSIIS) algorithm for phonetic encoding of names. EXPORT None by default....
KRBURTON/String-Nysiis-1.00 - 12 Dec 2001 17:47:32 UTC - Search in distribution
Test::DBIC::Pg - Connect to and deploy a DBIx::Class::Schema on Postgres
This is an implementation of "Test::DBIC::Pg" that uses the Moo::Role: Test::DBIC::DBDConnector from the Test::DBIC::SQLite package. It will "import()" warnings and strict for you. "Test::DBIC::Pg->new" my $td = Test::DBIC::Pg->new(%parameters); my $...
ABELTJE/Test-DBIC-Pg-1.00 - 08 Aug 2022 12:24:31 UTC - Search in distribution
Tie::CharArray - Access Perl scalars as arrays of characters
In low-level programming languages such as C, and to some extent Java, strings are not primitive data types but arrays of characters, which in turn are treated as integers. This closely matches the internal representation of strings in the memory. Pe...
ILTZU/Tie-CharArray-1.00 - 15 Apr 2001 17:59:17 UTC - Search in distribution
XML::DOMBacked - objects backed by a DOM
The "XML::DOMBacked" class lets you back an object on an XML DOM. Think of it as Class::DBI for XML files. You can specifiy things you want to be properties (nodes), attributes, and other objects. XML::DOMBacked takes care of the heavy lifting so tha...
JDUNCAN/XML-DOMBacked-1.00 - 20 Sep 2005 14:56:41 UTC - Search in distribution
XML::Directory - returns a content of directory as XML.
This extension provides two classes: XML::Directory::String and XML::Directory::SAX. Their methods make it possible to set parameters such as level of details or maximal number of nested sub-directories and generate either string containing the resul...
PCIMPRICH/XML-Directory-1.00 - 26 Jan 2005 16:02:46 UTC - Search in distribution- XML::Directory - returns a content of directory as XML
- XML::Directory::SAX - a subclass to generate SAX events
- XML::Directory::Apache - mod_perl wrapper over XML::Directory
- 1 more result from XML-Directory »
Array::Windowed - return a windowed slice of the array
Simple module to return a slice of the passed array as specified by a start position and a number of elements. Unlike the built in slicing functions this does not populate the returned array with "undef"s for out of bounds operations, but simply retu...
MARKF/Array-Windowed-1.00 - 16 Jul 2012 21:48:41 UTC - Search in distribution
CGI::UploadEasy - Facilitate file uploads
"CGI::UploadEasy" is a wrapper around, and relies heavily on, CGI.pm. Its purpose is to provide a simple interface to the upload functionality of "CGI.pm". At creation of the "CGI::UploadEasy" object, the module saves one or more files from a file up...
GUNNAR/CGI-UploadEasy-1.00 - 01 Feb 2009 21:10:25 UTC - Search in distribution
Caller::Reverse - reverse the caller stack.
This is a quick module that reverses the caller stack....
LNATION/Caller-Reverse-1.00 - 10 Apr 2021 00:44:41 UTC - Search in distribution
Class::ActsLike - Perl extension for identifying class behavior similarities
Note: This is a deprecated module. Use Class::Roles for new development. This module uses "Class::Roles" internally and exists for the purpose of backwards compatibility. The philosophy of the documentation still applies, though, so enjoy reading it!...
CHROMATIC/Class-ActsLike-1.00 - 07 Jul 2005 04:50:25 UTC - Search in distribution