CyberKnights Logo, click for background info Random banner image

CyberKnights

Modern tools.
Traditional dedication.

Previous page Home | Purpose | Linux | Products | Legality | Special | Downloads | Articles | Contact Next page

Mandrake 10.0 - Development/Perl

amavis-ng 0.1.6.4 GPL Searches attachments and archives for malicious code AMaViS-ng is a modular rewrite of amavisd and amavis-perl. It scans email for malicious code inside attachments and archive files, stopping delivery if malicious code is found. It supports integration of several third-party virus scanners and integrates nicely into several MTA setups. Unlike amavis-perl and amavisd, there is no need for build-time configuration. It is possible to compile milter module. If you rebuild package --with milter option, amavis-ng-milter package is created too.
Apache-ASP 2.51 GPL Apache-ASP module for perl Apache-ASP module for perl
distriblint 0.1.2 GPL Tools to check integrity of rpms repository Some tools to check the integrity of rpms from a repository. It works from rpms or hdlist, and reports missing or wrong dependencies, conflicts, and other errors. It can be used to check rpms from a specific project or the entire distribution. Currently only one script is included: distlint.
emacs-EPL 0.7 GPL Control Emacs using Perl as an alternative to Emacs Lisp. EPL (Emacs Perl) lets you control Emacs and XEmacs using Perl as an alternative to Emacs Lisp.
glade-perl 0.59 GPL Perl module to generate Gtk-Perl apps from a Glade file. Glade-Perl will read a Glade-Interface XML file, build the UI and/or write the perl source to create the UI later and handle signals. It also creates an 'App' and a 'Subclass' that you can edit. The current version of Glade-Perl is available on CPAN or on the project website at http://www.glade.perl.connectfree.co.uk/ Glade-Perl can generate AUTOLOAD type OO code with subclasses or even Libglade apps.
ldetect-lst-devel 0.1.9 GPL Devel for ldetect-lst see ldetect-lst
perl 5.8.3 GPL or Artistic The Perl programming language. Perl is a high-level programming language with roots in C, sed, awk and shell scripting. Perl is good at handling processes and files, and is especially good at handling text. Perl's hallmarks are practicality and efficiency. While it is used to do a lot of different things, Perl's most common applications (and what it excels at) are probably system administration utilities and web programming. A large proportion of the CGI scripts on the web are written in Perl. You need the perl package installed on your system so that your system can handle Perl scripts. You need perl-base to have a full perl.
perl-AcePerl 1.86 GPL or Artistic Perl interface for the ACEDB object-oriented database Designed specifically for use in genome sequencing projects, ACEDB provides powerful modeling and management services for biological and laboratory data. For others, it is a good open source introduction to the world of object-oriented databases
perl-Algorithm-Diff 1.15 GPL or Artistic Compute `intelligent' differences between two files / lists This module compute `intelligent' differences between two files / lists.
perl-Algorithm-Graphs-TransitiveClosure 1.4 GPL or Artistic Calculate the transitive closure This is an implementation of the well known Floyd-Warshall algorithm.
perl-Apache-DBI 0.92 GPL or Artistic Initiate a persistent database connection This module initiates a persistent database connection.
perl-Apache-Filter 1.022 GPL or Artistic Apache-Filter module for perl Apache-Filter module for perl : Alter the output of previous handlers.
perl-Apache-Gallery 0.7 GPL or Artistic mod_perl handler to create an image gallery Apache::Gallery creates an thumbnail index of each directory and allows viewing pictures in different resolutions. Pictures are resized on the fly and cached.
perl-Apache-Session 1.54 GPL or Artistic Apache-Session: Apache persistent user sessions Apache::Session is a persistence framework which is particularly useful for tracking session data between httpd requests. Apache::Session is designed to work with Apache and mod_perl, but it should work under CGI and other web servers, and it also works outside of a web server alto- gether.
perl-Apache-SessionX 2.00b5 GPL or Artistic Apache::SessionX - An extented persistence framework for session data Apache::SessionX extends Apache::Session. It was initialy written to use Apache::Session from inside of HTML::Embperl, but is seems to be useful outside of Embperl as well, so here is it as standalone module. Apache::Session is a persistence framework which is particularly useful for tracking session data between httpd requests. Apache::Session is designed to work with Apache and mod_perl, but it should work under CGI and other web servers, and it also works outside of a web server altogether. Apache::Session consists of five components: the interface, the object store, the lock manager, the ID generator, and the serializer. The interface is defined in SessionX.pm, which is meant to be easily subclassed. The object store can be the filesystem, a Berkeley DB, a MySQL DB, an Oracle DB, or a Postgres DB. Locking is done by lock files, semaphores, or the locking capabilities of MySQL and Postgres. Serialization is done via Storable, and optionally ASCII-fied via MIME or pack(). ID numbers are generated via MD5. The reader is encouraged to extend these capabilities to meet his own requirements.
perl-Apache-SSI 2.17 GPL or Artistic Apache-SSI implements Server Side Includes in Perl Apache-SSI implements Server Side Includes in Perl. Apache::SSI implements the functionality of mod_include for handling server-parsed html documents. It runs under Apache's mod_perl. In my mind, there are two main reasons you might want to use this module: you can sub-class it to implement your own custom SSI directives, and/or you can parse the output of other mod_perl handlers, or send the SSI output through another handler (use Apache::Filter to do this). This module supports the same directives as mod_include:
perl-AppConfig 1.52 GPL Perl5 modules for reading configuration AppConfig has a powerful but easy to use module for parsing configuration files. It also has a simple and efficient module for parsing command line arguments.
perl-Archive-Tar 1.05 GPL or Artistic Tar module for manipulation of tar archives. Tar module for manipulation of tar archives.
perl-Archive-Zip 1.06 GPL or Artistic Provide an interface to ZIP archive files. Provide an interface to ZIP archive files.
perl-Array-RefElem 0.02 GPL Direct access to the internal perl routines for arrays & hashes This module give direct access to the internal perl routines that let you store reference to things in arrays and hashes. This module is needed by eGrail.
perl-Audio-DSP 0.02 GPL or Artistic Perl interface to OSS digital audio device. Audio::DSP is built around the OSS (Open Sound System) API and allows perl to interface with a digital audio device. It provides, among other things, an initialization method which opens and handles ioctl messaging on the audio device file. Audio::DSP also provides some rudimentary methods for the storage and manipulation of audio data in memory. In order to use Audio::DSP, you'll need to have the necessary OSS drivers/libraries installed. OSS is available for many popular Unices, and a GPLed version (with which this extension was initially developed and tested) is distributed with with the Linux kernel.
perl-Authen-PAM 0.14 GPL or Artistic Perl interface to the PAM library The Authen::PAM module provides a Perl interface to the PAM library. The only difference with the standard PAM interface is that the perl one is simpler.
perl-Authen-Radius 0.09 GPL Radius authentication interface to Perl 5 RadiusPerl is a Perl 5 module (Radius.pm) which allows you to communicate with a Radius server from Perl. You can just authenticate usernames/passwords via Radius, or comletely imitate AAA requests and process server response.
perl-Authen-SASL 2.04 GPL or Artistic Authen-SASL module for perl Authen-SASL module for perl
perl-Authen-Smb 0.91 GPL Authen::Smb Perl module Authen::Smb is a module to authenticate against an SMB server.
perl-base 5.8.3 GPL or Artistic The Perl programming language (base). This is the base package for perl.
perl-BerkeleyDB 0.23 GPL or Artistic Perl module for BerkeleyDB 2.x and greater BerkeleyDB is a module which allows Perl programs to make use of the facilities provided by Berkeley DB version 2 or greater. (Note: if you want to use version 1 of Berkeley DB with Perl you need the DB_File module). Berkeley DB is a C library which provides a consistent interface to a number of database formats. BerkeleyDB provides an interface to all four of the database types (hash, btree, queue and recno) currently supported by Berkeley DB. For further details see the documentation in the file BerkeleyDB.pod.
perl-Bioperl 1.4 Artistic BioPerl core modules Officially organized in 1995 and existing informally for several years prior, The Bioperl Project is an international association of developers of open source Perl tools for bioinformatics, genomics and life science research.
perl-Bioperl-Run 1.4 Artistic BioPerl wrappers for external programs Officially organized in 1995 and existing informally for several years prior, The Bioperl Project is an international association of developers of open source Perl tools for bioinformatics, genomics and life science research.
perl-Bit-Vector 6.3 GPL or Artistic Bit-Vector module for perl Bit-Vector module for perl. Bit::Vector is an efficient C library which allows you to handle bit vectors, sets (of integers), "big integer arithmetic" and boolean matrices, all of arbitrary sizes.
perl-BSD-Resource 1.22 GPL or Artistic BSD-Resource module for perl BSD-Resource module for perl
perl-Cache-Cache 1.02 GPL or Artistic Cache-Cache module for perl Cache-Cache module for perl. The Cache modules are designed to assist a developer in persisting data for a specified period of time.
perl-Carp-Clan 5.1 GPL or Artistic Carp-Clan module for perl Carp-Clan module for perl. This module reports errors from the perspective of the caller of a "clan" of modules, similar to "Carp.pm" itself. But instead of giving it a number of levels to skip on the calling stack, you give it a pattern to characterize the package names of the "clan" of modules which shall never be blamed for any error.
perl-CDDB 1.11 GPL or Artistic CDDB module for perl CDDB is a high-level interface to databases based on the Compact Disc Database protocol. Starting in version 1.04, CDDB.pm will contact freedb.org servers by default. This change is in response to Gracenote's CDDB denying CDDB.pm connections and failing to answer my e-mail. cddb.com's developer license is for end-user applications; not third-party libraries. This makes CDDB.pm ineligible for access to cddb.com servers. This author will not pursue further cddb.com access. Developers using CDDB.pm may continue to attempt connections to cddb.com servers, but there are no guarantees.
perl-CDDB_get 1.66 GPL or Artistic Read the CDDB entry for an audio CD in your drive This module/script gets the CDDB info for an audio cd.
perl-CGI 3.00 GPL or Artistic Simple Common Gateway Interface class for Perl. This perl library uses perl5 objects to make it easy to create Web fill-out forms and parse their contents. This package defines CGI objects, entities that contain the values of the current query string and other state variables. Using a CGI object's methods, you can examine keywords and parameters passed to your script, and create forms whose initial values are taken from the current query (thereby preserving state information).
perl-CGI-Application 3.1 GPL or Artistic CGI-Application module for perl CGI-Application is intended to make it easier to create sophisticated, reusable web-based applications. This module implements a methodology which, if followed, will make your web software easier to design, easier to document, easier to write, and easier to evolve.
perl-CGI-Fast 3.00 GPL or Artistic CGI Interface for Fast CGI CGI::Fast is a subclass of the CGI object created by CGI.pm. It is specialized to work well with the Open Market FastCGI standard, which greatly speeds up CGI scripts by turning them into persistently running server processes. Scripts that perform time-consuming initialization processes, such as loading large modules or opening persistent database connections, will see large performance improvements.
perl-CGI-FastTemplate 1.09 GPL or Artistic Perl extension for managing templates, and performing variable interpolation What is a template? A template is a text file with variables in it. When a template is parsed, the variables are interpolated to text. (The text can be a few bytes or a few hundred kilobytes.) Here is a simple template with one variable ('$NAME'): Hello $NAME. How are you? When are templates useful? Templates are very useful for CGI programming, because adding HTML to your perl code clutters your code and forces you to do any HTML modifications. By putting all of your HTML in separate template files, you can let a graphic or interface designer change the look of your application without having to bug you, or let them muck around in your perl code. There are other templating modules on CPAN, what makes FastTemplate different? CGI::FastTemplate has the following attributes: - Speed - Efficiency - Flexibility
perl-CGI-Minimal 1.10 GPL Extremely lightweight CGI processing package CGI-Minimal is an extremely lightweight Perl module that provides CGI processing abilities designed to provide form decoding and related services with low overhead.
perl-CGI-Session 3.95 GPL or Artistic CGI-Session module for perl CGI-Session is a Perl5 library that provides an easy, reliable and modular session management system across HTTP requests. Persistency is a key feature for such applications as shopping carts, login/authentication routines, and application that need to carry data accross HTTP requests. CGI::Session does that and many more
perl-CGI-XML 0.1 GPL or Artistic CGI-XML perl module CGI-XML converts CGI.pm variables to XML and vice versa.
perl-CGI-XMLApplication 1.1.2 MPL CGI-XMLApplication module for perl CGI-XMLApplication module for perl CGI::XMLApplication is a CGI application class, that intends to enable perl artists to implement CGIs that make use of XML/XSLT functionality, without taking too much care about specialized errorchecking or even care too much about XML itself. It provides the power of the XML::LibXML/ XML::LibXSLT module package for content deliverment.
perl-Chart 2.2 GPL A series of charting modules Series of charting modules.
perl-Class-Data-Inheritable 0.02 GPL or Artistic Class-Data-Inheritable module for perl Class-Data-Inheritable module for perl
perl-Class-Loader 2.02 Artistic Load modules and create objects on demand Certain applications like to defer the decision to use a particular module till runtime. This is possible in perl, and is a useful trick in situations where the type of data is not known at compile time and the application doesn't wish to pre-compile modules to handle all types of data it can work with. Loading modules at runtime can also provide flexible interfaces for perl modules. Modules can let the programmer decide what modules will be used by it instead of hard-coding their names.
perl-Class-MakeMethods 1.006 GPL or Artistic Class-MakeMethods module for perl Class-MakeMethods module for perl. By passing arguments to "use Class::MakeMethods ..." statements, you can select from a library of hundreds of common types of methods, which are dynamically generated and installed as subroutines in your module, simplifying the code for your class.
perl-Class-MethodMaker 1.12 GPL or Artistic Class-MethodMaker module for perl This module solves the problem of having to write a bazillion get/set methods that are all the same. The argument to 'use' is a hash whose keys are the names of types of generic methods generated by MethodMaker and whose values tell method maker what methods to make. (More precisely, the keys are the names of MethodMaker methods (methods that write methods) and the values are the arguments to those methods.
perl-Clone 0.15 GPL or Artistic Clone module for perl This module provides a clone() method which makes recursive copies of nested hash, array, scalar and reference types, including tied variables and objects.
perl-Compress-Zlib 1.32 GPL or Artistic Compress-Zlib module for perl Compress-Zlib module for perl
perl-Config-General 2.24 GPL or Artistic Config::General - Generic Config perl module This module opens a config file and parses it's contents for you. The method new requires one parameter which needs to be a filename. The method getall returns a hash which contains all options and it's associated values of your config file.
perl-Config-IniFiles 2.38 GPL Config-IniFiles module for perl Config-IniFiles module for perl
perl-Convert-ASCII-Armour 1.4 Artistic Convert binary octets into ASCII armoured messages This module converts hashes of binary octets into ASCII messages suitable for transfer over 6-bit clean transport channels. The encoded ASCII resembles PGP's armoured messages, but are in no way compatible with PGP.
perl-Convert-ASN1 0.16 GPL or Artistic ASN.1 Encode/Decode library for perl Perl module used to encode and decode ASN.1 data structures using BER/DER rules. Needed by webmin to handle the OpenLDAP modules properly.
perl-Convert-BER 1.31.01 GPL Convert-BER (module for perl) Convert::BER is a perl object class implementation to encode and decode objects as described by ITU-T standard X.209 (ASN.1) using Basic Encoding Rules (BER)
perl-Convert-PEM 0.06 GPL or Artistic Read/write encrypted ASN.1 PEM files Convert::PEM reads and writes PEM files containing ASN.1-encoded objects. The files can optionally be encrypted using a symmetric cipher algorithm, such as 3DES.
perl-Convert-TNEF 0.17 GPL Convert-TNEF module for perl Convert-TNEF module for perl
perl-Convert-UUlib 0.3.1 GPL Convert-UUlib module for perl Convert-UUlib module for perl
perl-Crypt-Blowfish 2.09 Distributable Crypt-Blowfish Perl module Perl module to encrypt using the Blowfish algo.
perl-Crypt-CBC 2.08 GPL or Artistic Crypt-CBC module for perl Crypt-CBC module for perl
perl-Crypt-CipherSaber 0.61 GPL or Artistic Perl module implementing CipherSaber encryption The Crypt::CipherSaber module implements CipherSaber encryption, described at http://ciphersaber.gurus.com. It is simple, fairly speedy, and relatively secure algorithm based on RC4.
perl-Crypt-DES 2.03 GPL or Artistic An XS based DES implementation for Perl an XS-based DES implementation for Perl.
perl-Crypt-DES_EDE3 0.01 Artistic Crypt-DES_EDE3 Perl module This is Crypt::DES_EDE3, a module implementing Triple-DES EDE (encrypt-decrypt-encrypt) encryption and decryption.
perl-Crypt-DH 0.03 GPL or Artistic Diffie-Hellman key exchange system Crypt::DH is a Perl implementation of the Diffie-Hellman key exchange system. Diffie-Hellman is an algorithm by which two parties can agree on a shared secret key, known only to them. The secret is negotiated over an insecure network without the two parties ever passing the actual shared secret, or their private keys, between them.
perl-Crypt-DSA 0.12 GPL or Artistic DSA Signatures and Key Generation Crypt::DSA is an implementation of the DSA (Digital Signature Algorithm) signature verification system. The implementation itself is pure Perl, although the heavy-duty mathematics underneath are provided by the Math::Pari library.
perl-Crypt-IDEA 1.02 GPL or Artistic Perl interface to IDEA block cipher This perl extension is an implementation of the IDEA block cipher algorithm. The module implements the Crypt::BlockCipher interface, which has the following methods blocksize =item keysize =item encrypt =item decrypt
perl-Crypt-OpenSSL-DSA 0.11 GPL or Artistic Crypt-OpenSSL-DSA module for perl Crypt-OpenSSL-DSA module for perl
perl-Crypt-OpenSSL-Random 0.03 GPL or Artistic Crypt-OpenSSL-Random module for perl Crypt-OpenSSL-Random module for perl
perl-Crypt-OpenSSL-RSA 0.19 GPL or Artistic Crypt-OpenSSL-RSA module for perl Crypt-OpenSSL-RSA module for perl
perl-Crypt-Primes 0.50 GPL or Artistic Provable Prime Number Generator suitable for Cryptographic Application This module implements Ueli Maurer's algorithm for generating large provable primes and secure parameters for public-key cryptosystems. The generated primes are almost uniformly distributed over the set of primes of the specified bitsize and expected time for generation is less than the time required for generating a pseudo-prime of the same size with Miller-Rabin tests. Detailed description and running time analysis of the algorithm can be found in Maurer's paper[1]. Crypt::Primes is a pure perl implementation. It uses Math::Pari for multiple precision integer arithmetic and number theoretic functions. Random numbers are gathered with Crypt::Random, a perl interface to /dev/u?random devices found on most modern Unix operating systems.
perl-Crypt-Random 1.11 Artistic Crypt-Random Perl module Crypt::Random is an interface module to the /dev/random device found on most modern Unix systems. The /dev/random driver gathers environmental noise from various non-deterministic sources including inter-keyboard timings and inter-interrupt timings that occur within the operating system environment. The /dev/random driver maintains an estimate of true randomness in the pool and decreases it every time random strings are requested for use. When the estimate goes down to zero, the routine blocks and waits for the occurrence of non-deterministic events to refresh the pool. The /dev/random kernel module also provides another interface, /dev/urandom, that does not wait for the entropy-pool to recharge and returns as many bytes as requested. /dev/urandom is considerably faster at generation compared to /dev/random, which should be used only when very high quality randomness is desired.
perl-Crypt-RandPasswd 0.02 GPL or Artistic Random password generator based on FIPS-181 This code is a Perl language implementation of the Automated Password Generator standard, like the program described in "A Random Word Generator For Pronounceable Passwords" (not available on-line). This code is a re-engineering of the program contained in Appendix A of FIPS Publication 181, "Standard for Automated Password Generator". In accordance with the standard, the results obtained from this program are logically equivalent to those produced by the standard.
perl-Crypt-Rijndael 0.05 GPL or Artistic Crypt-Rijndael module for perl Crypt-Rijndael module for perl
perl-Crypt-RSA 1.50 Artistic RSA public-key cryptosystem Crypt::RSA is a pure-perl, cleanroom implementation of the RSA public-key cryptosystem. It uses Math::Pari(3), a perl interface to the blazingly fast PARI library, for big integer arithmetic and number theoretic computations.
perl-Crypt-SSLeay 0.51 GPL or Artistic Support for the https protocol under LWP This perl module provides support for the https protocol under LWP, so that a LWP::UserAgent can make https GET & HEAD requests. The Crypt::SSLeay package contains Net::SSL, which is automatically loaded by LWP::Protocol::https on https requests, and provides the necessary SSL glue for that module to work via these deprecated modules: This product includes cryptographic software written by Eric Young (eay@cryptsoft.com)
perl-Cstools 3.42 GPL Tools for dealing with Czech and Slovak texts in Perl This package includes modules that are useful when dealing with Czech (and Slovak) texts in Perl.
perl-Curses 1.06 GPL Perl module for character screen handling and windowing Curses is the interface between Perl and your system's curses(3) library.
perl-Cyrus 2.1.16 OSI Approved Cyrus IMAPd utility Perl modules. This package contains Perl modules necessary to use the Cyrus server administrative utilities. The main package is cyrus-imapd.
perl-Data-Buffer 0.04 GPL or Artistic Read/write buffer class Data::Buffer implements a low-level binary buffer in which you can get and put integers, strings, and other data. Internally the implementation is based on pack and unpack, such that Data::Buffer is really a layer on top of those built-in functions. All of the get_* and put_* methods respect the internal offset state in the buffer object. This means that you should read data out of the buffer in the same order that you put it in.
perl-Data-Compare 0.02 GPL or Artistic Data-Compare module for perl Data-Compare module for perl
perl-Data-Dump 0.04 GPL Pretty printing of data structures Pretty printing of data structures
perl-Data-DumpXML 1.05 GPL or Artistic Dump arbitrary perl data structures as XML. Dump arbitrary perl data structures as XML. This module is needed by eGrail
perl-Data-HexDump 0.02 GPL A Simple Hexadecial Dumper Dump in hexadecimal the content of a scalar. The result is returned in a string. Each line of the result consists of the offset in the source in the leftmost column of each line, followed by one or more columns of data from the source in hexadecimal. The rightmost column of each line shows the printable characters (all others are shown as single dots)
perl-Data-ShowTable 3.3 GPL Perl 5 module to print arrays of data ShowTable.pm, version 3.3, is a Perl 5 module which defines subroutines to print arrays of data in a nicely formatted listing, using one of four possible formats: simple table, boxed table, list style, and HTML-formatting (for World-Wide-Web output). See the documentation on ShowTable.pm for details on the formatting.
perl-Data-Stag 0.03 GPL or Artistic Data-Stag module for perl This module is for manipulating data as recursively nested tag/value pairs (Structured TAGs or Simple Tree AGgreggates). These datastructures can be represented as nested arrays, which have the advantage of being native to perl.
perl-Date-Calc 5.3 GPL or Artistic Gregorian calendar date calculations Gregorian calendar date calculations This library provides all sorts of date calculations based on the Gregorian calendar (the one used in all western countries today), thereby complying with all relevant norms and standards: ISO/R 2015-1971, DIN 1355 and, to some extent, ISO 8601 (where applicable).
perl-DateManip 5.42a GPL or Artistic DateManip module for perl DateManip module for perl
perl-DBD-CSV 0.2002 GPL DBD-CSV module for Perl (Miscellaneous_Modules/Bundle) DBD-CSV is a Perl module that provides yet another driver for the DBI (Database independent interface for Perl). This one is based on the SQL "engine" SQL::Statement and the abstract DBI driver DBD::File and implements access to so-called CSV files (comma seperated values). Such files are mostly used for exporting MS Access and MS Excel data.
perl-DBD-Pg 1.31 GPL or Artistic PostgreSQL database driver for the DBI module PostgreSQL database driver for the DBI module
perl-DBD-XBase 0.240 GPL or Artistic Module for dealing with XBase files Package DBD::XBase contains module XBase that can read and write dbf and dbt/fpt files, as well as a DBI driver DBD::XBase, that allows work with these files using SQL commands.
perl-DB_File 1.806 GPL or Artistic Perl module for use of the Berkeley DB version 1 DB_File is a module which allows Perl programs to make use of the facilities provided by Berkeley DB version 1. (DB_File can be built with version 2 or 3 of Berkeley DB, but it will only support the 1.x features), If you want to make use of the new features available in Berkeley DB 2.x or 3.x, use the Perl module BerkeleyDB instead. Berkeley DB is a C library which provides a consistent interface to a number of database formats. DB_File provides an interface to all three of the database types (hash, btree and recno) currently supported by Berkeley DB. For further details see the documentation included at the end of the file DB_File.pm.
perl-DBI 1.40 GPL The Perl Database Interface by Tim Bunce The Perl Database Interface (DBI) is a database access Application Programming Interface (API) for the Perl Language. The Perl DBI API specification defines a set of functions, variables and conventions that provide a consistent database interface independent of the actual database being used.
perl-DBI-ProfileDumper-Apache 1.40 GPL DBI profiling data for mod_perl This module interfaces DBI::ProfileDumper to Apache/mod_perl. Using this module you can collect profiling data from mod_perl applications. It works by creating a DBI::ProfileDumper data file for each Apache process. These files are created in your Apache log directory. You can then use dbiprof to analyze the profile files.
perl-DBI-proxy 1.40 GPL DBI proxy server and client DBI::Proxy Server is a module for implementing a proxy for the DBI proxy driver, DBD::Proxy. DBD::Proxy is a Perl module for connecting to a database via a remote DBI driver.
perl-DBIx-Recordset 0.24 GPL or Artistic DBIx-Recordset module for perl DBIx-Recordset module for perl
perl-devel 5.8.3 GPL or Artistic The Perl programming language (devel). This is the devel package for perl.
perl-Devel-Caller-Perl 1.4 GPL or Artistic Devel-Caller-Perl module for perl Devel-Caller-Perl module for perl. This module allows a method to get at arguments passed to subroutines higher up in the call stack.
perl-Devel-StackTrace 1.03 GPL or Artistic Devel-StackTrace module for perl Devel-StackTrace module for perl. Simple objects to deal with stack traces. The parent object, Devel::StackTrace, holds a number of Devel::StackTraceFrame objects (which have the same information as is returned from caller()). You can step through these frames forwards and backwards as you want or retrieve specific frames.
perl-Devel-Symdump 2.03 GPL or Artistic Devel-Symdump module for perl Devel-Symdump module for perl
perl-Digest-BubbleBabble 0.01 GPL or Artistic Digest-BubbleBabble module for perl Digest-BubbleBabble module for perl
perl-Digest-HMAC 1.01 GPL or Artistic Keyed-Hashing for Message Authentication Digest-HMAC module for perl.
perl-Digest-MD2 2.02 GPL or Artistic Perl interface to the MD2 Algorithm Digest-MD2 module for perl.
perl-Digest-Nilsimsa 0.06 GPL or Artistic Perl interface to the Nilsima Algorithm Digest-Nilsimsa module for perl.
perl-Digest-SHA1 2.04 GPL or Artistic Perl interface to the SHA1 Algorithm Digest-SHA1 module for perl.
perl-doc 5.8.3 GPL or Artistic The Perl programming language (documentation). This is the documentation package for perl.
perl-Email-Find 0.09 GPL or Artistic Email-Find perl module Email::Find is a module for finding a *subset* of RFC 822 email addresses in arbitrary text (see the section on "CAVEATS"). The addresses it finds are not guaranteed to exist or even actually be email addresses at all (see the section on "CAVEATS"), but they will be valid RFC 822 syntax. Email::Find will perform some heuristics to avoid some of the more obvious red herrings and false addresses, but there's only so much which can be done without a human.
perl-Email-Valid 0.15 GPL or Artistic Email-Valid perl module This module determines whether an email address is well-formed, and optionally, whether a mail host exists for the domain or whether the top level domain of the email address is valid.
perl-Error 0.15 GPL or Artistic Error module for perl The Error package provides two interfaces. Firstly Error provides a procedural interface to exception handling. Secondly Error is a base class for errors/exceptions that can either be thrown, for subsequent catch, or can simply be recorded. Errors in the class Error should not be thrown directly, but the user should throw errors from a sub-class of Error.
perl-Event 0.87 GPL or Artistic Event module for perl Fast, generic event loop
perl-Event-XML-Sync 0.1 GPL A Perl module to run synchronized XML stream This module may be used to developp application wrappers to be installed in XML pipelines. The wrapper expects some XML input. It sends some bits of information to the wrapped application and information the returned information (when arriving) in the input XML stream (by adding, modifying or deleting XML elements). Output XML is produced for the next wrapper in the pipeline. The key point is that wrappers are non-blocking, i.e. a wrapper do not stop waiting for information to be returned by the wrapped application. To achieve that, the wrapper needs some kind of synchronization to correlate the returned information with the input XML stream.
perl-Exception-Class 1.14 GPL or Artistic Exception-Class module for perl Exception-Class module for perl. This module allows you to declare hierarchies of exception classes for use in your code. It also provides a simple exception class that it uses as the default base class for all other exceptions.
perl-Expect 1.15 GPL Expect perl module Expect perl module.
perl-Exporter-Lite 0.01 GPL or Artistic Exporter-Lite perl module This is an alternative to Exporter intended to provide a lightweight subset of its functionality. It supports "import()", @EXPORT and @EXPORT_OK and not a whole lot else.
perl-ExtUtils-Depends 0.104 GPL or Artistic Perl module for further extending extensions This module tries to make it easy to build Perl extensions that use functions and typemaps provided by other perl extensions. This means that a perl extension is treated like a shared library that provides also a C and an XS interface besides the perl one.
perl-ExtUtils_F77 1.14 GPL Simple interface to F77 libs Simple interface to F77 libs. Used to be in perl-PDL, but isn't anymore. This module tries to figure out how to link C programs with Fortran subroutines on your system. Basically one must add a list of Fortran runtime libraries. The problem is their location and name varies with each OS/compiler combination!
perl-ExtUtils-ParseXS 2.07 GPL or Artistic ExtUtils-ParseXS module for perl ExtUtils-ParseXS module for perl. ExtUtils::ParseXS will compile XS code into C code by embedding the constructs necessary to let C functions manipulate Perl values and creates the glue necessary to let Perl access those functions. The compiler uses typemaps to determine how to map C function parameters and variables to Perl values.
perl-ExtUtils-PerlPP 0.03 GPL ExtUtils-PerlPP module for perl ExtUtils-PerlPP module for perl
perl-ExtUtils-PkgConfig 1.02 GPL or Artistic Perl module for further extending extensions This module tries to make it easy to build Perl extensions that use functions and typemaps provided by other perl extensions. This means that a perl extension is treated like a shared library that provides also a C and an XS interface besides the perl one.
perl-ExtUtils-XSBuilder 0.23 GPL or Artistic ExtUtils::XSBuilder - Automatic XS glue code generation ExtUtils::XSBuilder is a set modules to parse C header files and create XS glue code and documentation out of it. Idealy this allows to "write" an interface to a C library without coding a line. Since no C-API is ideal, some adjuments are necessary most of the time. So to use this module you must still be familiar with C and XS programming, but it removes a lot of stupid work and copy&paste from you. Also when the C API changes, most of the time you only have to rerun XSBuilder to get your new Perl API.
perl-FCGI 0.67 Distributable A Fast CGI module for Perl This is a Fast CGI module for perl. It's based on the FCGI module that comes with Open Market's FastCGI Developer's Kit, but does not require you to recompile perl. See <http://www.fastcgi.com/> for more information about fastcgi. Lincoln D. Stein's perl CGI module also contains some information about fastcgi programming.
perl-File-chdir 0.06 GPL or Artistic A more sensible way to change directories Perl's chdir() has the unfortunate problem of being very, very, very global. If any part of your program calls chdir() or if any library you use calls chdir(), it changes the current working directory for the B<whole> program. This sucks. File::chdir gives you an alternative, $CWD and @CWD. These two variables combine all the power of C<chdir()>, File::Spec and Cwd.
perl-File-Edit 0.3.1 GPL or Artistic File::Edit for inplace-editing of files. File::Edit is a Perl module which defines an easy to use interface for inplace-editing of files. You can delete only one pattern or all lines where the pattern matches.
perl-File-Grep 0.01 GPL or Artistic A grep function taking a list of files as argument File::Grep provides similar functionality as perl's builtin grep, map, and foreach commands, but iterating over a passed filelist instead of arrays. While trivial, this module can provide a quick dropin when such functionality is needed.
perl-File-HomeDir 0.05 GPL or Artistic Get home directory for self or other users File::HomeDir -- get home directory for self or other users Packaging note: This packages works on windows, even though that code is patched out for packaging reasons here.
perl-File-Lockf 0.20 GPL or Artistic File-Lockf module for perl File-Lockf module for perl
perl-File-MMagic 1.20 GPL or Artistic Guess file type from filename and/or filehandle. This perl library uses perl5 objects to guess file type from filename and/or filehandle.
perl-File-NCopy 0.32 GPL Copies files to directories, or a single file to another file. Copies files to directories, or a single file to another file. This module is needed by eGrail
perl-File-Remove 0.20 GPL or Artistic File::Remove File::Remove
perl-File-Scan 0.63 GPL or Artistic File::Scan is perl extension for Scanning files for Viruses File::Scan module is designed to allows users to scan files for known viruses. The purpose is to provide a perl module to make plataform independent virus scanners.
perl-File-Slurp 2002.1031 Distributable File-Slurp - Read and write files with a single command File::Slurp just reads and writes entire files with single commands.
perl-File-Tail 0.98 GPL or Artistic File-Tail module for perl (File_Names_Systems_Locking/File) File-Tail module for perl
perl-File-Touch 0.01 GPL or Artistic File::Touch File::Touch
perl-Filter 1.30 GPL or Artistic Filter module for perl Filter module for perl
perl-Finance-Bank-LaPoste 0.02 GPL or Artistic Check your "La Poste" accounts from Perl This module provides a read-only interface to the Videoposte online banking system at <https://www.videoposte.com/>. The interface of this module is similar to other Finance::Bank modules.
perl-Finance-Quote 1.08 GPL or Artistic Finance-Quote module for perl Finance::Quote provides access to time-delayed stockquotes from a number of sources. After you've installed the pacakage, try 'perldoc Finance::Quote' for full information. Alternatively, you can 'perldoc lib/Finance/Quote.pm' before the install.
perl-Font-TTF 0.34 Artistic Font-TTF Perl module Perl module to manipulate TTF font, needed by perl-Text-PDF.
perl-FreezeThaw 0.43 GPL or Artistic FreezeThaw perl module FreezeThaw convert Perl structures to strings and back.
perlftlib 1.2 GPL Libraries to use the FreeType library with Perl This is a package of libraries to use the FreeType library from the perl language. It contains FreeType.xs and FreeTypeWrapper.pm, so you don't need install each of them. It also contains ftinfo.pl and mkttfdir.pl.
perl-GD 2.07 Artistic A perl5 interface to Thomas Boutell's gd library GD.pm is a autoloadable interface module for libgd, a popular library for creating and manipulating PNG files. With this library you can create PNG images on the fly or modify existing files. Features include: a. lines, polygons, rectangles and arcs, both filled and unfilled b. flood fills c. the use of arbitrary images as brushes and as tiled fill patterns d. line styling (dashed lines and the like) e. horizontal and vertical text rendering f. support for transparency and interlacing
perl-GD-Graph 1.35 GPL or Artistic GD-Graph module for perl This is GDGraph, a package to generate charts, using Lincoln Stein's GD.pm. See the documentation for some history and more information.
perl-GD-Graph3d 0.63 GPL or Artistic GD-Graph3d module for perl GD-Graph3d module for perl
perl-GD-TextUtil 0.83 GPL or Artistic GD-TextUtil module for perl The GDTextUtil package contains text utilities for use with the GD drawing package. This package provides three modules that make it possible to work with internal GD fonts as well as TrueType fonts, without having to worry about different interface functions to call. Apart from an abstract interface to all font types and strings for GD, this library also provides some utility in aligning and wrapping your string.
perl-Geography-Countries 1.4 GPL or Artistic Maps 2-letter, 3-letter, and numerical codes for countries This module maps country names, and their 2-letter, 3-letter and numerical codes, as defined by the ISO-3166 maintenance agency, and defined by the UNSD.
perl-Geo-IP 1.21 GPL or Artistic Look up country by IP Address This module uses a file based database. This database simply contains IP blocks as keys, and countries as values. This database should be more complete and accurate than reverse DNS lookups. This module can be used to automatically select the geographically closest mirror, to analyze your web server logs to determine the countries of your visiters, for credit card fraud detection, and for software export controls.
perl-Geo-IPfree 0.2 GPL or Artistic Look up country by IP Address Look up country of IP Address. This module make this off-line and the DB of IPs is free & small.
perl-Geo-METAR 1.14 GPL Geo::METAR - Process aviation weather reports in the METAR format. METAR reports are available on-line, thanks to the National Weather Service. Since reading the METAR format isn't easy for non-pilots, these reports are relatively useles to the common man who just wants a quick glace at the weather.
perl-Getopt-Mixed 1.008 GPL Getopt-Mixed module for perl Getopt::Mixed - getopt processing with both long and short options.
perl-GnuPG-Interface 0.33 GPL GnuPG-Interface module for perl GnuPG::Interface and its associated modules are designed to provide an object-oriented method for interacting with GnuPG, being able to perform functions such as but not limited to encrypting, signing, decryption, verification, and key-listing parsing.
perl-Graph 0.20101 GPL or Artistic Graph module for perl This is just a front-end class for Graph::Directed and Graph::Base.
perl-GraphViz 1.8 GPL or Artistic GraphViz module for perl This module provides an interface to layout and image generation of directed and undirected graphs in a variety of formats (PostScript, PNG, etc.) using the "dot", "neato" and "twopi" programs from the GraphViz project (http://www.graphviz.org/ or http://www.research.att.com/sw/tools/graphviz/).
perl-Heap 0.50 GPL or Artistic Heap module for perl The Heap collection of modules provide routines that manage a heap of elements. A heap is a partially sorted structure that is always able to easily extract the smallest of the elements in the structure (or the largest if a reversed compare routine is provided). If the collection of elements is changing dynamically, the heap has less overhead than keeping the collection fully sorted. The elements must be objects as described in "Heap::Elem" and all elements inserted into one heap must be mutually compatible - either the same class exactly or else classes that differ only in ways unrelated to the Heap::Elem interface.
perl-HTML-Clean 0.8 GPL or Artistic HTML-Clean module for perl: HTML shrinker The HTML-Clean module encapsulates a number of HTML optimizations and cleanups. The end result is HTML that loads faster, displays properly in more browsers. Think of it as a compiler that translates HTML input into optimized machine readable code.
perl-HTML-FillInForm 1.02 Artistic HTML-FillInForm module for perl HTML-FillInForm module for perl
perl-HTML-FromText 2.05 GPL or Artistic HTML::FromText perl module HTML::FromText converts text to HTML.
perl-HTML-Parser 3.35 GPL or Artistic HTML-Parser module for perl (World_Wide_Web_HTML_HTTP_CGI/HTML) HTML-Parser module for perl to parse and extract information from HTML documents.
perl-HTML-SimpleParse 0.12 GPL HTML-SimpleParse module for perl (World_Wide_Web_HTML_HTTP_CGI/HTML) HTML-SimpleParse module for perl
perl-HTML-TableExtract 1.08 GPL or Artistic HTML-TableExtract module for perl HTML::TableExtract is a module that simplifies the extraction of information contained in tables within HTML documents. Tables of note may be specified using Headers, Depth, Count, or some combination of the three. See the module documentation for details.
perl-HTML-Tagset 3.03 GPL This module contains data tables useful in dealing with HTML. This module contains data tables useful in dealing with HTML. It provides no functions or methods.
perl-HTML-Template 2.6 GPL or Artistic HTML-Template module for perl HTML-Template attempts make using HTML templates simple and natural. It extends standard HTML with a few new HTML-esque tags - <TMPL_VAR>, <TMPL_LOOP>, <TMPL_INCLUDE>, <TMPL_IF> and <TMPL_ELSE>. The file written with HTML and these new tags is called a template. It is usually saved separate from your script - possibly even created by someone else! Using this module you fill in the values for the variables, loops and branches declared in the template. This allows you to separate design - the HTML - from the data, which you generate in the Perl script.
perl-HTML-Template-Expr 0.04 GPL or Artistic HTML-Template-Expr module for perl HTML-Template-Expr This module provides an extension to HTML::Template which allows expressions in the template syntax. This is purely an addition - all the normal HTML::Template options, syntax and behaviors will still work.
perl-HTML-Tree 3.18 GPL or Artistic Build and scan parse-trees of HTML. This distribution contains a suite of modules for representing, creating, and extracting information from HTML syntax trees; there is also relevent documentation. These modules used to be part of the libwww-perl distribution, but are now unbundled in order to facilitate a separate development track.
perl-Image-Base 1.07 GPL or Artistic Image-Base module for perl Base class for loading, manipulating and saving images.
perl-Image-Imlib2 1.01 GPL or Artistic Interface to the Imlib2 image library Image::Imlib2 is a Perl port of Imlib2, a graphics library that does image file loading and saving as well as manipulation, arbitrary polygon support, etc. It does ALL of these operations FAST. It allows you to create colour images using a large number of graphics primitives, and output the images in a range of formats. Image::Imlib2::Polygon and Image::Imlib2::ColorRange are described following Image::Imlib2 but may be referenced before their description. Note that this is an early version of my attempt at a Perl interface to Imlib2. Currently, the API is just to test things out. Not everything is supported, but a great deal of functionality already exists. If you think the API can be tweaked to be a bit more intuitive, drop me a line!
perl-Image-Info 1.15 GPL or Artistic Extract meta information from image files Extract meta information from image files.
perl-Image-Size 2.992 GPL Image-Size module for perl Image::Size is a library based on the image-sizing code in the wwwimagesize script, a tool that analyzes HTML files and adds HEIGHT and WIDTH tags to IMG directives.
perl-Image-Xbm 1.08 GPL or Artistic Image-Xbm module for perl Load, create, manipulate and save xbm image files.
perl-Image-Xpm 1.09 GPL or Artistic Image-Xpm module for perl Load, create, manipulate and save xpm image files.
perl-IMAP-Admin 1.6.1 GPL or Artistic IMAP-Admin Perl module A perl module to manage IMAP servers
perl-Inline 0.44 GPL or Artistic Write Perl subroutines in other programming languages The Inline module allows you to put source code from other programming languages directly "inline" in a Perl script or module. The code is automatically compiled as needed, and then loaded for immediate access from Perl. Inline saves you from the hassle of having to write and compile your own glue code using facilities like XS or SWIG. Simply type the code where you want it and run your Perl as normal. All the hairy details are handled for you. The compilation and installation of your code chunks all happen transparently; all you will notice is the delay of compilation on the first run. The Inline code only gets compiled the first time you run it (or whenever it is modified) so you only take the performance hit once. Code that is Inlined into distributed modules (like on the CPAN) will get compiled when the module is installed, so the end user will never notice the compilation time.
perl-Inline-Java 0.33 GPL or Artistic Inline-Java module for perl The Inline::Java module allows you to put Java source code directly "inline" in a Perl script or module. A Java compiler is launched and the Java code is compiled. Then Perl asks the Java classes what public methods have been defined. These classes and methods are available to the Perl program as if they had been written in Perl. The process of interrogating the Java classes for public methods occurs the first time you run your Java code. The namespace is cached, and subsequent calls use the cached version.
perl-Inline-Python 0.20 Artistic Write Perl subroutines in python The Inline-Python module allows you to put source code from Python directly "inline" in a Perl script or module. The code is automatically compiled as needed, and then loaded for immediate access from Perl. The Python code will be able to call back to the Perl code at will. However, if you want the ultimate host language to be Python, use python-perlmodule instead. Inline-Python relies on the Inline module to do most of its work; many other languages can be inlined besides Python.
perl-IO-Multiplex 1.07 GPL or Artistic IO-Multiplex module for perl IO::Multiplex is designed to take the effort out of managing multiple file handles. It is essentially a really fancy front end to the C<select> system call. In addition to maintaining the C<select> loop, it buffers all input and output to/from the file handles. It can also accept incoming connections on one or more listen sockets.
perl-IO-Socket-SSL 0.95 GPL or Artistic IO-Socket-SSL perl module IO::Socket::SSL is a class implementing an object oriented interface to SSL sockets. The class is a descendent of IO::Socket::INET and provides a subset of the base class's interface methods.
perl-IO-String 1.04 GPL A IO::File/IO::handle perl module compatible IO::String is an IO::File (and IO::Handle) compatible class that read or write data from in-core strings. It is really just a simplification of what I needed from Eryq's IO-stringy modules. As such IO::String is a replacement for IO::Scalar.
perl-IO-stringy 2.108 GPL Perl module for I/O on in-core objects like strings and arrays This toolkit primarily provides modules for performing both traditional and object-oriented i/o) on things *other* than normal filehandles; in particular, the IO::Scalar manpage, the IO::ScalarArray manpage, and the IO::Lines manpage. If you have access to tie(), these classes will make use of the the IO::WrapTie manpage module to inherit a convenient new_tie() constructor. It also exports a nice wraptie() function. In the more-traditional IO::Handle front, we have the IO::AtomicFile manpage which may be used to painlessly create files which are updated atomically. And in the "this-may-prove-useful" corner, we have the IO::Wrap manpage, whose exported wraphandle() function will clothe anything that's not a blessed object in an IO::Handle-like wrapper... so you can just use OO syntax and stop worrying about whether your function's caller handed you a string, a globref, or a FileHandle.
perl-IO-Stty 02 GPL IO-Stty perl module IO-Stty is a module for setting terminal parameters.
perl-IO-Tty 1.02 GPL IO-Tty perl module: interface to pseudo tty's The IO::Tty and IO::Pty modules provide an interface to pseudo tty's.
perl-IP-Country 2.17 GPL or Artistic IP-Country module for perl IP lookup modules for perl
perl-IPC-Run 0.75 GPL or Artistic IPC-Run module for perl PC::Run allows you run and interact with child processes using files, pipes, and pseudo-ttys. Both system()-style and scripted usages are supported and may be mixed. Likewise, functional and OO API styles are both supported and may be mixed. Various redirection operators reminiscent of those seen on common Unix and DOS command lines are provided.
perl-IPC-Shareable 0.60 Artistic IPC-Shareable perl module IPC-Shareable allows you to tie a variable to shared memory making it easy to share the contents of that variable with other Perl processes. Scalars, arrays, and hashes can be tied. The variable being tied may contain arbitrarily complex data structures including references to arrays, hashes of hashes, etc.
perl-IPC-ShareLite 0.09 GPL or Artistic IPC-ShareLite module for perl IPC-ShareLite module for perl. IPC::ShareLite provides a simple interface to shared memory, allowing data to be efficiently communicated between processes. Your operating system must support SysV IPC (shared memory and semaphores) in order to use this module.
perl-Jcode 0.83 GPL or Artistic Japanese Charset Handle Jcode.pm supports both object and traditional approach. With object approach, you can go like; $iso_2022_jp = Jcode->new($str)->h2z->jis; Which is more elegant than; $iso_2022_jp = &jcode::convert($str,'jis',jcode::getcode(str), "z"); For those unfamiliar with objects, Jcode.pm still supports getcode() and convert().
perl-ldap 0.31 Artistic Perl module for ldap The perl-ldap distribution is a collection of perl modules which provide an object orientated interface to LDAP servers. The perl-ldap distribution has several advantages -By using the perl object interface the perl-ldap modules provide programmers with an interface which allows complex searches of LDAP directories with only a small amount of code. -All the perl-ldap modules are written entirely in perl, which means that the library is truly cross-platform compatible.
perl-libapreq 1.1 Apache License Generic Apache Request Library for perl This package contains modules for manipulating client request data via the Apache API with Perl and C. Functionality includes: - parsing of application/x-www-form-urlencoded data - parsing of multipart/form-data - parsing of HTTP Cookies
perl-Libconf 0.27 GPL Configuration file wrapper Libconf is a wrapper to the main configuration files of the system. It's mainly a generic parser plus many templates
perl-Libconf-gui 0.27 GPL Graphic User Interface generator for any libconf module. This module is able to generate a standard Gtk2 interface representing any high level libconf module, that can be used in other Gtk2 programs.
perl-Libconf-samples 0.27 GPL Set of graphical (gtk2) examples programs using libconf. This module is a set of programs, using gtk2 and libconf. Its goal is to give example and proof of concept around the libconf project.
perl-libwww-perl 5.76 GPL or Artistic Libwww-perl module for perl libwww-perl module for perl
perl-libxml-enno 1.02 GPL or Artistic libxml-enno module for perl libxml-enno module for perl
perl-libxml-perl 0.07 Artistic Various perl modules and script for working with XML The libxml-perl perl module is a collection of smaller Perl modules, scripts, and documents for working with XML in Perl. libxml-perl software works in combination with XML::Parser, PerlSAX, XML::DOM, XML::Grove and others.
perl-Lingua-EN-Numbers-Ordinate 0.01 GPL or Artistic Go from cardinal number (3) to ordinal ("3rd") There are two kinds of numbers in English -- cardinals (1, 2, 3...), and ordinals (1st, 2nd, 3rd...). This library provides functions for giving the ordinal form of a number, given its cardinal value. Authors: -------- Sean M. Burke <sburke@cpan.org>
perl-Lingua-Ispell 0.07 GPL Ispell inteface perl module Interface to the Ispell spellchecker
perl-Lingua-Preferred 0.2.4 GPL/Artistic Perl extension to choose a language Often human-readable information is available in more than one language. Which should you use? This module provides a way for the user to specify possible languages in order of preference, and then to pick the best language of those available. Different 'dialects' given by the 'territory' part of the language specifier (such as en, en_GB, and en_US) are also supported. Authors: -------- Ed Avis <epa98@doc.ic.ac.uk>
perl-Lingua-PT-Stemmer 0.01 GPL or Artistic Lingua-PT-Stemmer module for perl Lingua-PT-Stemmer module for perl
perl-Lingua-Stem 0.60 GPL or Artistic Lingua-Stem module for perl Lingua-Stem module for perl
perl-Lingua-Stem-It 0.01 GPL or Artistic Lingua-Stem-It module for perl Lingua-Stem-It module for perl
perl-Lingua-Stem-Snowball-Da 1.01 GPL or Artistic Lingua-Stem-Snowball-Da module for perl Lingua-Stem-Snowball-Da module for perl
perl-Lingua-Stem-Snowball-No 1.0 GPL or Artistic Lingua-Stem-Snowball-No module for perl Lingua-Stem-Snowball-No module for perl
perl-Lingua-Stem-Snowball-Se 1.01 GPL or Artistic Lingua-Stem-Snowball-Se module for perl Lingua-Stem-Snowball-Se module for perl
perl-Locale-Codes 2.06 GPL Perl modules to process ISO 2-letter codes for language/country Locale-Codes is a set of two Perl modules which can be used to to processes two-letter ISO codes for identifying language and country.
perl-Locale-gettext 1.01 GPL or Artistic Internationalization for Perl. The gettext module permits access from perl to the gettext() family of functions for retrieving message strings from databases constructed to internationalize software. It provides gettext(), dgettext(), dcgettext(), textdomain() and bindtextdomain().
perl-LockFile-Simple 0.2.5 GPL or Artistic LockFile-Simple module for perl LockFile-Simple module for perl. The LockFile::Simple extension provides simple file locking, of the advisory kind, i.e. it requires cooperation between applications wishing to lock the same files. It is meant to be used in quick-and-dirty scripts or more elaborated programs that want a simple locking scheme, yet with a reasonable level of configuration.
perl-Log-Dispatch 2.01 GPL or Artistic Log-Dispatch module for perl Log-Dispatch module for perl. Log::Dispatch is a suite of OO modules for logging messages to multiple outputs, each of which can have a minimum and maximum log level. It is designed to be easily subclassed, both for creating a new dispatcher object and particularly for creating new outputs.
perl-Log-Dispatch-Config 1.01 GPL or Artistic Log-Dispatch-Config module for perl Log-Dispatch-Config module for perl. Log::Dispatch::Config is a subclass of Log::Dispatch and provides a way to configure Log::Dispatch object with configulation file (default, in AppConfig format). I mean, this is log4j for Perl, not with all API compatibility though.
perl-Log-Log4perl 0.30 GPL or Artistic Log4j implementation for Perl Log-Log4perl module for perl. It provides a powerful logging API to your application. Log::Log4perl lets you remote-control and fine-tune the logging behaviour of your system from the outside. It implements the widely popular (Java-based) Log4j logging package in pure Perl.
perl-Log-TraceMessages 1.3 GPL/Artistic Log::TraceMessages Perl Module Log::TraceMessages This module is a better way of putting 'hello there' trace messages in your code. It lets you turn tracing on and off without commenting out trace statements, and provides other useful things like HTML-ified trace messages for CGI scripts and an easy way to trace out data structures using Data::Dumper. From the pod documentation: use Log::TraceMessages qw(t d); $Log::TraceMessages::On = 1; t 'got to here'; t 'value of $a is ' . d($a); { local $Log::TraceMessages::On = 0; t 'this message will not be printed'; } $Log::TraceMessages::CGI = 1; Log::TraceMessages::check_argv(); This is free software and you may distribute it under the same terms as perl itself. There is no warranty. Authors: -------- Ed Avis <epa98@doc.ic.ac.uk>
perl-Magick 5.5.7.15 BSD style Libraries and modules for access to ImageMagick from perl This is the ImageMagick perl support package. It includes perl modules and support files for access to ImageMagick library from perl.
perl-Mail-Graph 0.10 GPL or Artistic Mail-Graph module for perl Mail-Graph module for perl
perl-Mail-MboxParser 0.40 GPL or Artistic Mail-MboxParser module for perl Mail-MboxParser module for perl
perl-Mail-RBL 1.00 GPL or Artistic Mail-RBL module for perl Mail-RBL module for perl
perl-Mail-Sender 0.8.06 GPL Mail-Sender module for perl (Mail_and_Usenet_News/Mail) Mail-Sender is a Perl module for sending mail with attachments through an SMTP server. This module will not work with qmail servers, however.
perl-Mail-Sendmail 0.79 GPL Simple platform-independent mailer Mail-Sendmail is a Perl module for sending mail through a sendmail SMTP server.
perl-Mail-SpamAssassin 2.63 Artistic Mail::SpamAssassin -- SpamAssassin e-mail filter Perl modules Mail::SpamAssassin is a module to identify spam using text analysis and several internet-based realtime blacklists. Using its rule base, it uses a wide range of heuristic tests on mail headers and body text to identify ``spam'', also known as unsolicited commercial email. Once identified, the mail can then be optionally tagged as spam for later filtering using the user's own mail user-agent application.
perl-MailTools 1.59 GPL This is MailTools, a set of perl modules related to mail applications This is MailTools, a set of perl modules related to mail applications
perl-Math-BaseCalc 1.011 GPL or Artistic Math-BaseCalc perl module This module facilitates the conversion of numbers between various number bases. You may define your own digit sets, or use any of several predefined digit sets.
perl-Math-Bezier 0.01 GPL or Artistic Math-Bezier module for perl This module implements the algorithm for the solution of Bezier curves as presented by Robert D. Miller in Graphics Gems V, "Quick and Simple Bezier Curve Drawing".
perl-Math-Derivative 0.01 GPL or Artistic Numeric 1st and 2nd order differentiation This Perl package exports functions for performing numerical first (Derivative1) and second Derivative2) order differentiation on vectors of data. They both take references to two arrays containing the x and y ordinates of the data and return an array of the 1st or 2nd derivative at the given x ordinates. Derivative2 may optionally be given values to use for the first dervivative at the start and end points of the data - otherwiswe 'natural' values are used.
perl-Math-GMP 2.03 GPL High speed arbitrary size integer math Math::GMP was designed to be a drop-in replacement both for Math::BigInt and for regular integer arithmetic. Unlike BigInt, though, Math::GMP uses the GNU gmp library for all of its calculations, as opposed to straight Perl functions. This can result in speed improvements.
perl-Math-Pari 2.010500 GPL or Artistic Perl interface to PARI This package is a Perl interface to famous library PARI for numerical/scientific/number-theoretic calculations. It allows use of most PARI functions as Perl functions, and (almost) seamless merging of PARI and Perl data. In what follows we suppose prior knowledge of what PARI is (see ftp://megrez.math.u-bordeaux.fr/pub/pari, or Math::libPARI).
perl-Math-Spline 0.01 GPL or Artistic Cubic Spline Interpolation of data This package provides cubic spline interpolation of numeric data. The data is passed as references to two arrays containing the x and y ordinates. It may be used as an exporter of the numerical functions or, more easily as a class module.
perl-Maui 0.0.5 GPL Perl5 modules for Maui Scheduler The Maui Scheduler is Free Software licensed under the GNU General Public License. It is designed for parallel batch scheduling (custom message-passing or MPI-based jobs) on medium to large clusters. The Maui Scheduler is meant to be a complete replacement for proprietary schedulers like LSF or PBS. Check http://mauischeduler.sourceforge.net/ This is Perl5 modules for using the scheduler.
perl-MD5 2.02 GPL or Artistic The Perl interface to the RSA Message Digest Algorithm. The perl-MD5 package provides the MD5 module for the Perl programming language. MD5 is a Perl interface to the RSA Data Security Inc. Message Digest Algorithm, which allows Perl programs to use the algorithm. The perl-MD5 package should be installed if any Perl programs on your system are going to use RSA's Message Digest Algorithm.
perl-MDK-Common 1.1.11 GPL Various simple functions Various simple functions created for DrakX
perl-MDK-Common-devel 1.1.11 GPL Various verifying scripts Various verifying scripts created for DrakX
perl-MIME-Lite 3.01 GPL or Artistic MIME-Lite module for perl In the never-ending quest for great taste with fewer calories, we proudly present: MIME::Lite. MIME::Lite is intended as a simple, standalone module for generating (not parsing!) MIME messages... specifically, it allows you to output a simple, decent single- or multi-part message with text or binary attachments. It does not require that you have the Mail:: or MIME:: modules installed. You can specify each message part as either the literal data itself (in a scalar or array), or as a string which can be given to open() to get a readable filehandle (e.g., "<filename" or "somecommand|"). You don't need to worry about encoding your message data: this module will do that for you. It handles the 5 standard MIME encodings. If you need more sophisticated behavior, please get the MIME-tools package instead. I will be more likely to add stuff to that toolkit over this one.
perl-MIME-tools 5.411 GPL Perl modules for parsing (and creating!) MIME entities MIME-tools - modules for parsing (and creating!) MIME entities Modules in this toolkit : Abstract message holder (file, scalar, etc.), OO interface for decoding MIME messages, an extracted and decoded MIME entity, Mail::Field subclasses for parsing fields, a parsed MIME header (Mail::Header subclass), parser and tool for building your own MIME parser, and utilities.
perl-MIME-Types 1.07 GPL MIME Types module for perl MIME type module
perl-ming 0.2a LGPL Ming perl module Ming perl module - perl wrapper for Ming library.
perl-MLDBM 2.01 GPL or Artistic MLDBM module for perl MLDBM module for perl
perl-MLDBM-Sync 0.30 Artistic MLDBM-Sync module for perl MLDBM-Sync module for perl
perl-Modem-Vgetty 0.04 GPL or Artistic Modem-Vgetty module for perl Modem-Vgetty module for perl
perl-Module-Build 0.21 GPL or Artistic Build and install Perl modules Module::Build is a system for building, testing, and installing Perl modules. It is meant to be a replacement for ExtUtils::MakeMaker. Developers may alter the behavior of the module through subclassing in a much more straightforward way than with MakeMaker. It also does not require a make on your system - most of the Module::Build code is pure-perl and written in a very cross-platform way. In fact, you don't even need a shell, so even platforms like MacOS (traditional) can use it fairly easily. Its only prerequisites are modules that are included with perl 5.6.0, and it works fine on perl 5.005 if you can install a few additional modules.
perl-Module-Info 0.24 GPL or Artistic Module-Info module for perl Module-Info module for perl. Module::Info gives you information about Perl modules B<without actually loading the module>. It actually isn't specific to modules and should work on any perl code.
perl-Mon 0.11 GPL Perl-Mon module This is the Perl5 module for interfacing with the Mon system monitoring package. Currently only the client interface is implemented, but more things like special logging routines and persistent monitors are being considered.
perl-MP3-ID3v1Tag 1.11 GPL or Artistic MP3-ID3v1Tag module for perl MP3-ID3v1Tag module for perl
perl-MP3-Info 1.02 GPL Perl module to manipulate / fetch info from MP3 audio files Manipulate / fetch info from MP3 audio files : winamp genres, mp3tag, mp3info. A wrapper module is included so scripts calling MPEG::MP3Info will still work.
perl-Msgcat 1.03 GPL Msgcat, a small Perl module for XPG4 message catalog functions This is Msgcat, a small Perl modules for systems which support the XPG4 message catalog functions : catopen(3), catgets(3) and catclose(4).
perl-Net-Daemon 0.37 GPL or Artistic Net-Daemon perl module Net-Daemon - module for perl
perl-Net-DNS 0.39 GPL or Artistic Net-DNS module for perl Net-DNS module for perl
perl-Net-DNS-SEC 0.10 GPL or Artistic Net-DNS-SEC module for perl Net-DNS-SEC module for perl
perl-Net-Finger 1.06 GPL or Artistic Net-Finger module for perl Net-Finger module for perl
perl-Net-IMAP-Simple 0.93 GPL Simple IMAP interface to Perl 5 Perl extension for simple IMAP account handling, mostly compatible with Net::POP.
perl-Net-Interface 0.04_2.1 GPL or Artistic Net-Interface module for perl Net-Interface module for perl. Net::Interface is designed to make the use of ifconfig(1) and friends unnecessary from within Perl. It provides methods to get at set all the attributes of an interface, and even create new logical or physical interfaces (if your O/S supports it). Even though this version, 0.04_2 is still listed as a development release on CPAN. CPAN testers have shown this to pass tests on Linux with much greater success than 0.04.
perl-Net-IRC 0.70 GPL Net-IRC module for perl Net-IRC perl module
perl-Net-Jabber 1.28 LGPL Net-Jabber perl module Net::Jabber is a collection of Perl modules that provide a Perl Developer access to the Jabber protocol. Using OOP modules we provide a clean interface to writing anything from a full client to a simple protocol tester.
perl-Net-Kismet 0.04 GPL Net::Kismet perl module A perl module to make writing Kismet clients in perl much simpler.
perl-Net-Netmask 1.9007 Public Domain Net-Netmask module for Perl Net-Netmask module for perl Net::Netmask parses and understands IPv4 CIDR blocks. It's built with an object-oriented interface. Nearly all functions are methods that operate on a Net::Netmask object. There are methods that provide the nearly all bits of information about a network block that you might want.
perl-Net-NIS 0.34 GPL NIS interface to Perl 5 This is a snapshot release of the NIS interface to Perl 5. There are three parts to the interface: the raw component (Net::NIS), the object- oriented component (Net::NIS::Table), and the tied interface (Net::NIS).
perl-Net-Pcap 0.04 GPL or Artistic Net-Pcap module for perl Net-Pcap module for perl
perl-Net-SCP 0.06 GPL or Artistic Net-SCP module for perl Simple wrappers around ssh and scp commands.
perl-Net-Server 0.85 GPL or Artistic Net-Server module for perl Net-Server module for perl. Net::Server is an extensible, generic Perl server engine. Net::Server combines the good properties from Net::Daemon (0.34), NetServer::Generic (1.03), and Net::FTPServer (1.0), and also from various concepts in the Apache Webserver.
perl-Net-SFTP 0.08 GPL or Artistic Module implementing a client for the Secure File Transfer Protocol. This is Net::SFTP, a module implementing a client for the Secure File Transfer Protocol.
perl-Net-SNMP 4.1.2 GPL or Artistic Object oriented interface to SNMP for perl The Net::SNMP module implements an object oriented interface to the Simple Network Management Protocol. Perl applications can use the module to retrieve or update information on a remote host using the SNMP protocol. The module supports SNMP version-1, SNMP version-2c (Community-Based SNMPv2), and SNMP version-3. The Net::SNMP module assumes that the user has a basic understanding of the Simple Network Management Protocol and related network management concepts.
perl-Net-SSH 0.07 GPL or Artistic Net-SSH module for perl Simple wrappers around ssh commands.
perl-Net-SSH-Perl 1.24 GPL or Artistic Perl client Interface to SSH Net::SSH::Perl is an all-Perl module implementing an SSH (Secure Shell) client. It is compatible with both the SSH-1 and SSH-2 protocols.
perl-Net_SSLeay 1.25 GPL Net::SSLeay (module for perl) Net::SSLeay module for perl.
perl-Net-Telnet 3.03 GPL Net::Telnet (module for perl) Jay Rogers <jay@rgrs.com> Net::Telnet allows you to make client connections to a TCP port and do network I/O, especially to a port using the TELNET protocol. Simple I/O methods such as print, get, and getline are provided. More sophisticated interactive features are provided because connecting to a TELNET port ultimately means communicating with a program designed for human interaction. These interactive features include the ability to specify a timeout and to wait for patterns to appear in the input stream, such as the prompt from a shell.
perl-Net-Telnet-Cisco 1.10 GPL or Artistic Net-Telnet-Cisco Perl module Net::Telnet::Cisco adds additional functionality to Net::Telnet that helps you automate Cisco router management and statistic gathering.
perl-Net-XWhois 0.90 GPL or Artistic Extensible client framework for doing Whois queries and parsing server response The Net::XWhois class provides an extensible client framework for doing Whois queries and parsing server response. The class maintains an array of whois servers and associated lists of top level domains for transparently selecting servers appropriate for different queries. Supports response caching and comes with a drop-in replacement for the whois program.
perl-p5-Palm 1.3.0 GPL Modules for reading manipulating, and writing .pdb and .prc database This is p5-Palm, a set of Perl 5 modules for reading, manipulating, and writing the .pdb and .prc database files used by PalmOS devices such as the PalmPilot and its successors.
perl-Parse-RecDescent 1.94 GPL or Artistic Parse-RecDescent module for perl (String_Lang_Text_Proc/Text) Parse-RecDescent module for perl enable to write perl plug-ins for GIMP (the Gnu Image Manipulation Program).
perl-Parse-Yapp 1.05 GPL or Artistic Fully reentrant perl OO LALR(1) parser creator The Parse-Yapp module for perl enables to create Perl OO fully reentrant LALR(1) parser modules (see the Yapp.pm pod pages for more details) and has been designed to be functionally as close as possible to yacc, but using the full power of Perl and opened for enhancements.
perl-PDF-API2 0.3r77 Artistic PDF-API2 Perl module This module is 'The Next Generation' of Text::PDF::API which initially provided a nice API around the Text::PDF::* modules created by Martin Hosken.
perl-PDL 2.4.0 GPL PerlDL, an efficient numerical language for scientific computing The perlDL project aims to turn perl into an efficient numerical language for scientific computing. The PDL module gives standard perl the ability to COMPACTLY store and SPEEDILY manipulate the large N-dimensional data sets which are the bread and butter of scientific computing. e.g. C<$a=$b+$c> can add two 2048x2048 images in only a fraction of a second. The aim is to provide tons of useful functionality for scientific and numeric analysis.
perl-Period 1.20 GPL Time::Period module for perl Period.pm is a Perl module that contains code to deal with time periods. Currently, there is only a function in this module. That function is called inPeriod(). inPeriod() determines if a given time is within a given time period. It will return 1 if it is, 0 if not, and -1 if either the time or the period passed to it were malformed. The time is specified in non-leap year seconds past January 1, 1970, as per the time() function. The period is a string which is of the form described in Period's man page.
perl-PerlIO-gzip 0.15 GPL or Artistic Perl extension to provide a PerlIO layer to gzip/gunzip PerlIO::gzip provides a PerlIO layer that manipulates files in the format used by the gzip program. Compression and Decompression are implemented, but not together. If you attempt to open a file for reading and writing the open will fail.
perl-PersistentPerl 2.22 GPL Speed up perl scripts by running them persistently. PersistentPerl is a way to run perl scripts persistently, which can make them run much more quickly. A script can be made to to run persistently by changing the interpreter line at the top of the script from: "#!/usr/bin/perl" to "#!/usr/bin/perperl" After the script is initially run, instead of exiting, the perl interpreter is kept running. During subsequent runs, this interpreter is used to handle new executions instead of starting a new perl interpreter each time. A very fast frontend program, written in C, is executed for each request. This fast frontend then contacts the persistent Perl process, which is usually already running, to do the work and return the results. By default each perl script runs in its own Unix process, so one perl script can't interfere with another. Command line options can also be used to deal with programs that have memory leaks or other problems that might keep them from otherwise running persistently. PersistentPerl can be used to speed up perl CGI scripts. It conforms to the CGI specification, and does not run perl code inside the web server. Since the perl interpreter runs outside the web server, it can't cause problems for the web server itself. PersistentPerl also provides an Apache module so that under the Apache web server, scripts can be run without the overhead of doing a fork/exec for each request. With this module a small amount of frontend code is run within the web server - the perl interpreters still run outside the server. SpeedyCGI and PersistentPerl are currently both names for the same code. SpeedyCGI was the original name, but because people weren't sure what it did, the name PersistentPerl was picked as an alias. At some point SpeedyCGI will probably be replaced by PersistentPerl, or become a sub-class of PersistentPerl to avoid always having two distributions.
perl-Pg 2.0.2 GPL A libpq-based PostgreSQL interface for Perl pgperl is an interface between Perl and PostgreSQL. This uses the Perl5 API for C extensions to call the PostgreSQL libpq interface. Unlike DBD:pg, pgperl tries to implement the libpq interface as closely as possible. You have a choice between two different interfaces: the old C-style interface and a new one, using a more Perl-ish style. The old style has the benefit that existing libpq applications can easily be ported to perl. The new style uses class packages and might be more familiar to C++ programmers.
perl-PGP-GPG-MessageProcessor 0.4.5 GPL Perl module that supplies object methods for interacting with GnuPG This module provides an interface to the encryption/decryption/signing/ verifying methods of GNU Privacy Gaurd. It does not provide keyring manipulation.
perl-PlRPC 0.2017 GPL or Artistic PlRPC perl module PlRPC - module for perl
perl-Pod-POM 0.15 GPL or Artistic Pod-POM module for perl Pod-POM module for perl
perl-POE 0.26 GPL or Artistic POE module for perl POE module for perl. POE is a mature framework for creating multitasking programs in Perl. It has been in active development since 1998. It has been used in mission-critical systems such as internetworked financial markets, file systems, commerce and application servers.
perl-POE-Component-IRC 2.9 GPL POE::Component::IRC perl module POE::Component::IRC is a POE (Perl Object Environment) component which provides a convenient way for POE applications to create a tiny IRC client session and send and receive IRC events through it. If that first sentence was a bit too much, go read the POE documentation over and over until it makes some sense.
perl-POE-Component-Logger 1.00 GPL or Artistic POE-Component-Logger module for perl POE-Component-Logger module for perl. A highly flexible logger component for POE that uses Log::Dispatch and Log::Dispatch::Config for ultimate flexibility and power.
perl-POE-Sugar-Args 1.2 GPL or Artistic POE-Sugar-Args module for perl POE-Sugar-Args module for perl. This module give an OO representation to arguments POE passes to event states. I will not lie to you. This adds heavy, bulky code underneath. On the other hand, it makes arguments for POE events much more palatable. Of course, this is a Sugar module, meaning, it will rot your program in odd (you'll be hooked) and unexpected ways (performace), but you took the candy so you can suffer the consequences.
perl-POP3Client 2.6 GPL POP3Client module for perl (Mail_and_Usenet_News/Mail) POP3Client is a Perl module to provide an object-oriented interface to a POP3 server.
perl-Qt 3.008 GPL Perl modules and utilities for using the Qt 3 Toolkit. PerlQt is a comprehensive Perl Object Oriented interface to the Qt GUI Toolkit. It also provides several introspection tools (pqtapi, pqtsh). For a powerful PerlQt RAD tool, check also the pqt-designer package.
perl-SDL 1.20.0 LGPL Wrapper around the cross platform Simple DirectMedia Layer game library. SDL Perl is a wrapper around the cross platform Simple Direct Layer game library. Essentially it allows you to write cross platform games in Perl, using 2d (SDL), or 3d (OpenGL), or a combination of both if you wish.
perl-SNMP-MIB-Compiler 0.06 GPL or Artistic A MIB Compiler for perl SNMP::MIB::Compiler is a MIB compiler that fully supports both SMI(v1) and SMIv2. This module can be use to compile MIBs (recursively or not) or load already compiled MIBs for later use.
perl-SOAP-Lite 0.55 GPL or Artistic SOAP-Lite module for perl SOAP-Lite module for perl. SOAP::Lite for Perl is a collection of Perl modules which provides a simple and lightweight interface to the Simple Object Access Protocol (SOAP) both on client and server side. To learn about SOAP, go to http://www.soaplite.com/#LINKS for more information. This version of SOAP::Lite supports a subset of the SOAP 1.1 specification and has initial support for SOAP 1.2 specification. See http://www.w3.org/TR/SOAP for details.
perl-Sort-Versions 1.5 GPL or Artistic A perl 5 module for sorting of revision-like numbers Sort::Versions allows easy sorting of mixed non-numeric and numeric strings, like the "version numbers" that many shared library systems and revision control packages use. This is quite useful if you are trying to deal with shared libraries. It can also be applied to applications that intersperse variable-width numeric fields within text. Other applications can undoubtedly be found.
perl-SQL-Statement 1.005 GPL SQL-Statement module for perl (String_Lang_Text_Proc/SQL) SQL-Statement is a Perl module engine for parsing and processing SQL data.
perl-Statistics-Descriptive 2.6 GPL or Artistic Module of basic descriptive statistical functions This module provides basic functions used in descriptive statistics. It has an object oriented design and supports two different types of data storage and calculation objects: sparse and full. With the sparse method, none of the data is stored and only a few statistical measures are available. Using the full method, the entire data set is retained and additional functions are available.
perl-String-Approx 3.23 GPL or Artistic Perl extension for approximate matching (fuzzy matching) String::Approx lets you match and substitute strings approximately. With this you can emulate errors: typing errorrs, speling errors, closely related vocabularies (colour color), genetic mutations (GAG ACT), abbreviations (McScot, MacScot). NOTE: String::Approx has been designed to work with strings, not with text. In other words, when you want to compare things like text or source code, consisting of words or tokens and phrases and sentences, or expressions and statements, you should probably use some other tool than String::Approx, like for example the standard UNIX diff(1) tool, or the Algorithm::Diff module from CPAN, or if you just want the Levenshtein edit distance (explained below), the Text::Levenshtein module from CPAN. See also Text::WagnerFischer and Text::PhraseDistance. The measure of approximateness is the Levenshtein edit distance. It is the total number of "edits": insertions, word world deletions, monkey money and substitutions sun fun required to transform a string to another string. For example, to transform "lead" into "gold", you need three edits: lead gead goad gold The edit distance of "lead" and "gold" is therefore three, or 75%.
perl-String-CRC32 1.2 GPL or Artistic String-CRC32 module for perl This packages provides a perl module to generate checksums from strings and from files.
perl-String-ShellQuote 1.00 GPL or Artistic Perl String::ShellQuote - quote strings for passing through the shell This module contains some functions which are useful for quoting strings which are going to pass through the shell or a shell-like object.
perl-String-Similarity 0.02 GPL or Artistic Perl extension for calculating the similarity of two strings $factor = similarity $string1, $string2, [$limit] The similarity-function calculates the similarity index of its two arguments. A value of 0 means that the strings are entirely different. A value of 1 means that the strings are identical. Everything else lies between 0 and 1 and describes the amount of similarity between the strings. It roughly works by looking at the smallest number of edits to change one string into the other. You can add an optional argument $limit (default 0) that gives the minimum similarity the two strings must satisfy. similarity stops analyzing the string as soon as the result drops below the given limit, in which case the result will be invalid but lower than the given $limit. You can use this to speed up the common case of searching for the most similar string from a set by specifing the maximum similarity found so far.
perl-Sub-Uplevel 0.06 GPL or Artistic Sub-Uplevel module for perl Apparently run a function in a higher stack frame.
perl-SVG 2.28 GPL or Artistic Perl extension for generating Scalable Vector Graphics (SVG) documents SVG is a 100% Perl module which generates a nested data structure containing the DOM representation of an SVG (Scalable Vector Graphics) image. Using SVG, you can generate SVG objects, embed other SVG instances into it, access the DOM object, create and access javascript, and generate SMIL animation content.
perl-SVG-Graph 0.01 GPL or Artistic Visualize your data in Scalable Vector Graphics (SVG) format. SVG::Graph is a suite of perl modules for plotting data. SVG::Graph currently supports plots of one-, two- and three-dimensional data, as well as N-ary rooted trees.
perl-SVN 1.0.1 BSD Perl Bindings for Subversion This package contains the files necessary to use the subversion library functions within perl scripts.
perl-Template 2.08 GPL Template module for perl The Template Toolkit is a collection of modules which implement a fast, flexible, powerful and extensible template processing system. It was originally designed and remains primarily useful for generating dynamic web content, but it can be used equally well for processing any other kind of text based documents: HTML, XML, POD, PostScript, LaTeX, and so on.
perl-Term-ProgressBar 2.05 GPL or Artistic Provides a progress meter on a standard terminal. Term::ProgressBar provides a simple progress bar on the terminal, to let the user know that something is happening, roughly how much stuff has been done, and maybe an estimate at how long remains.
perl-Term-Prompt 0.11 GPL or Artistic Term-Prompt module for perl Term-Prompt module for perl
perl-Term-ReadKey 2.21 GPL Term::ReadKey Perl module This module, ReadKey, provides ioctl control for terminals so the input modes can be changed (thus allowing reads of a single character at a time), and also provides non-blocking reads of stdin, as well as several other terminal related features, including retrieval/modification of the screen size, and retrieval/modification of the control characters.
perl-Term-Readline-Gnu 1.14 GPL GNU Readline for perl. This is an implementation of the interface to the GNU Readline Library. This module gives you input line editing facility, input history management facility, word completion facility, etc. It uses the real GNU Readline Library. And this module has the interface with the almost all variables and functions which are documented in the GNU Readline/History Library. So you can program your custom editing function, your custom completion function, and so on with Perl. This may be useful for prototyping before programming with C.
perl-Term-ReadLine-Perl 1.0203 GPL or Artistic Perl interface to readline libraries. This is a quick implementation of the minimal interface to Readline libraries. The implementation is made in Perl (mostly) by Jeffrey Friedl. The only thing this library does is to make it conformant (and add some minimal changes, like using Term::ReadKey if present, and correct work under xterm).
perl-Test-Builder-Tester 0.09 GPL or Artistic Test-Builder-Tester module for perl Test testsuites that have been built with Test::Builder.
perl-Test-Cmd 1.05 GPL or Artistic Perl module for portable testing of commands and scripts The Test::Cmd module provides a low-level framework for portable automated testing of executable commands and scripts (in any language, not just Perl), especially commands and scripts that interact with the file system.
perl-Test-Exception 0.15 GPL or Artistic Test-Exception module for perl This module provides a few convenience methods for testing exception based code. It is built with Test::Builder and plays happily with Test::Simple, Test::More and friends. If you are not familiar with Test::Simple or Test::More now would be the time to go take a look.
perl-Test-Simple 0.47 GPL or Artistic Test-Simple module for perl Test-Simple module for perl. Test::Simple provides basic utilities for writing tests, by Michael G Schwern <schwern@pobox.com>.
perl-Text-CSV_XS 0.23 GPL or Artistic Text-CSV_XS module for Perl (String_Lang_Text_Proc/Text) Text-CSV_XS is a Perl module that provides facilities for the composition and decomposition of comma-separated values. An instance of the Text::CSV class can combine fields into a CSV string and parse a CSV string into fields.
perl-Text-EtText 2.2 GPL Text-EtText module for perl Text::EtText - A perl module to edit html as plain text.
perl-Text-German 0.03 GPL or Artistic Text-German module for perl Text-German module for perl
perl-Text-Iconv 1.2 GPL Text::Iconv perl module This module provides a Perl interface to the iconv() codeset conversion function, as defined by the Single UNIX Specification. For more details see the POD documentation embedded in the file Iconv.pm, which will also be installed as Text::Iconv(3) man page.
perl-Text-PDF 0.25 Artistic Text-PDF Perl module Perl module to manipulate PDF files.
perl-Text-Shellwords 1.02 GPL or Artistic Text-Shellwords module for perl This is a thin wrapper around the shellwords.pl package, which comes preinstalled with Perl. This module imports a single subroutine, shellwords(). The shellwords() routine parses lines of text and returns a set of tokens using the same rules that the Unix shell does for its command-line arguments. Tokens are separated by whitespace, and can be delimited by single or double quotes. The module also respects backslash escapes.
perl-Text-Template 1.44 GPL or Artistic Text::Template module for perl This is a library for generating form letters, building HTML pages, or filling in templates generally. A `template' is a piece of text that has little Perl programs embedded in it here and there. When you `fill in' a template, you evaluate the little programs and replace them with their values.
perl-Tie-Cache 0.17 GPL or Artistic Tie-Cache module for perl Tie-Cache module for perl
perl-Tie-DBI 0.86 GPL or Artistic Pod-POM module for perl Tie-DBI module for perl
perl-Tie-EncryptedHash 1.21 Artistic Hashes (and objects based on hashes) with encrypting fields Tie::EncryptedHash augments Perl hash semantics to build secure, encrypting containers of data. Tie::EncryptedHash introduces special hash fields that are coupled with encrypt/decrypt routines to encrypt assignments at STORE() and decrypt retrievals at FETCH(). By design, encrypting fields are associated with keys that begin in single underscore. The remaining keyspace is used for accessing normal hash fields, which are retained without modification.
perl-Tie-IxHash 1.21 GPL or Artistic Tie-IxHash module for perl Tie-IxHash module for perl. This Perl module implements ordered in-memory associative arrays.
perl-Tie-TextDir 0.05 MPL Tie-TextDir module for perl Tie-TextDir module for perl
perl-Tie-Watch 1.1 GPL or Artistic Place watchpoints on Perl variables This module binds one or more subroutines of your devising to a Perl variable. With Tie::Watch one can: - alter a variable's value - prevent a variable's value from being changed - invoke a Perl/Tk callback when a variable changes - trace references to a variable
perl-TimeDate 1.16 GPL or Artistic TimeDate module for perl (Data_Type_Utilities/Time) Simple Time and Date module for perl.
perl-Time-modules 2003.0211 distributable Time modules for perl This package contains the following perl5 modules: Time::CTime.pm ctime, strftime, and asctime Time::JulianDay.pm Julian Day conversions Time::ParseDate.pm Reverses strftime and also understands relative times Time::Timezone.pm Time::DaysInMonth.pm
perl-Tk 800.024 GPL or Artistic Tk modules for Perl This package provides the modules and Tk code for Perl/Tk, as written by Nick Ing-Simmons (pTk), John Ousterhout(Tk), and Ioi Kim Lam(Tix). It gives you the ability to develop perl applications using the Tk GUI. It includes the source code for the Tk and Tix elements it uses. The licences for the various components differ, so check the copyright.
perl-Tk-doc 800.024 GPL or Artistic Tk modules for Perl (documentation package) This package provides the modules and Tk code for Perl/Tk, as written by Nick Ing-Simmons (pTk), John Ousterhout(Tk), and Ioi Kim Lam(Tix). It gives you the ability to develop perl applications using the Tk GUI. It includes the source code for the Tk and Tix elements it uses. The licences for the various components differ, so check the copyright. This is the documentation package.
perl-Tk-FileDialog 1.3 GPL Tk::FileDialog Perl module A highly configurable File Dialog widget for Perl/Tk.
perl-Tk-JPEG 2.014 GPL or Artistic Tk-JPEG module for perl Tk-JPEG module for perl
perl-Tk-PNG 2.005 GPL or Artistic Tk-PNG module for perl Tk-PNG module for perl
perl-Tk-TableMatrix 1.01 GPL or Artistic Tk-TableMatrix perl module Tk::TableMatrix is a table/matrix widget extension to perl/tk for displaying data in a table (or spreadsheet) format.
perl-Tree-DAG_Node 1.04 GPL or Artistic Class for representing nodes in a tre This class encapsulates/makes/manipulates objects that represent nodes in a tree structure. The tree structure is not an object itself, but is emergent from the linkages you create between nodes. This class provides the methods for making linkages that can be used to build up a tree, while preventing you from ever making any kinds of linkages which are not allowed in a tree (such as having a node be its own mother or ancestor, or having a node have two mothers).
perl-Unicode-Map 0.112 GPL or Artistic Maps charsets from and to utf16 unicode This module converts strings from and to 2-byte Unicode UCS2 format. All mappings happen via 2 byte UTF16 encodings, not via 1 byte UTF8 encoding. To transform these use Unicode::String. For historical reasons this module coexists with Unicode::Map8. Please use Unicode::Map8 unless you need to care for two byte character sets, e.g. chinese GB2312. Anyway, if you stick to the basic functionality (see documentation) you can use both modules equivalently. Practically this module will disappear from earth sooner or later as Unicode mapping support needs somehow to get into perl's core. If you like to work on this field please don't hesitate contacting Gisle Aas! This module can't deal directly with utf8. Use Unicode::String to convert utf8 to utf16 and vice versa. Character mapping is according to the data of binary mapfiles in Unicode::Map hierarchy. Binary mapfiles can also be created with this module, enabling you to install own specific character sets. Refer to mkmapfile or file REGISTRY in the Unicode::Map hierarchy
perl-Unicode-Map8 0.12 GPL or Artistic apping table between 8-bit chars and Unicode The Unicode::Map8 class implement efficient mapping tables between 8-bit character sets and 16 bit character sets like Unicode. The tables are efficient both in terms of space allocated and translation speed. The 16-bit strings is assumed to use network byte order.
perl-Unicode-MapUTF8 1.09 GPL or Artistic Conversions to and from arbitrary character sets and UTF8 Provides an adapter layer between core routines for converting to and from UTF8 and other encodings. In essence, a way to give multiple existing Unicode modules a single common interface so you don't have to know the underlaying implementations to do simple UTF8 to-from other character set encoding conversions. As such, it wraps the Unicode::String, Unicode::Map8, Unicode::Map and Jcode modules in a standardized and simple API. This also provides general character set conversion operation based on UTF8 - it is possible to convert between any two compatible and supported character sets via a simple two step chaining of conversions. As with most things Perlish - if you give it a few big chunks of text to chew on instead of lots of small ones it will handle many more characters per second. By design, it can be easily extended to encompass any new charset encoding conversion modules that arrive on the scene.
perl-Unicode-String 2.07 GPL or Artistic Unicode-String module for perl These are experimental modules to handle various Unicode issues. They were made before perl included native UTF8 support. More information on what Unicode is and can do for you are to be found at http://www.unicode.org
perl-Unix-ConfigFile 0.06 GPL Unix-ConfigFile module for Perl (Miscellaneous_Modules/Bundle) Easy access to data in many formats
perl-Unix-Syslog 0.99 GPL Perl interface to the UNIX system logger This Module provides access to the system logger available on most UNIX system via Perl's XSUBs (Perl's C interface).
perl-URI 1.25 GPL or Artistic URI module for perl (World_Wide_Web_HTML_HTTP_CGI/URI) Perl module which implements the URI class. Object of this class represent Uniform Resource Identifier (URI) references as specified in RFC 2396. Needed by eGrail
perl-URPM 0.94 GPL or Artistic URPM module for perl The URPM module allows you to manipulate rpm files, rpm header files and hdlist files and manage them in memory.
perl-VCG 0.5 GPL or Artistic VCG module for perl This module provides an interface to to the vcg graphing tool. It supports a limited selection of options and file formats. The vcg graphing tool homepage is currently http://rw4.cs.uni-sb.de/users/sander/html/gsvcg1.html but is being actively developed elsewhere. This module is based on Leon Brocard's GraphViz module, it tries to provide a similar interface to offer some sense of consistency. VCG is now in active development and although Graph::Writer::VCG already exists, this module provides a similar interface to graphviz and will be more closely tied into vcg as it becomes more actively developed - see James Micheal DuPont's announcement at http://mail.gnome.org/archives/dia-list/2003-February/msg00029.html.
perl-WebFetch 0.10 GPL Perl module to download and save information from the Web WebFetch is a Perl module to download and save information from the Web, and to display on the Web. It will download from sites such as CNet, CNN, Freshmeat, Slashdot, LinuxToday, Yahoo, and more. It can even export your site's news for other sites to include in their web pages.
perl-WWW-Babelfish 0.11 GPL WWW Babelfish module for perl WWW-Babelfish perl module
perl-XML-DBMS 1.03 Public Domain XML-DBMS perl module XML-DBMS is middleware for transferring data between XML documents and relational databases. It maps the XML document to the database according to an object-relational mapping in which element types are generally viewed as classes and attributes and PCDATA as properties of those classes. An XML-based mapping language allows the user to specify customize this mapping.
perl-XML-Driver-HTML 0.06 GPL SAX Driver for non wellformed HTML XML::Driver::HTML is a SAX Driver for HTML. There is no need for the HTML input to be weel formed, as XML::Driver::HTML is generating its SAX events by walking a HTML::TreeBuilder object. The simplest kind of use, is a filter from HTML to XHTML using XML::Handler::YAWriter as a SAX Handler.
perl-XML-DT 0.26 GPL A perl XML down translate module The XML-DT is a perl module that do XML down translation. Based on XML::LibXML, it is designed to do simple and compact translation/processing of XML documents.
perl-XML-Dumper 0.67 GPL Perl module for dumping Perl objects from/to XML Perl module for dumping Perl objects from/to XML Needed by eGrail
perl-XML-EasyOBJ 1.12 GPL or Artistic XML-EasyOBJ perl module XML-EasyOBJ - Easy XML object navigation
perl-XML-Encoding 1.01 Artistic A perl module for parsing XML encoding maps The XML-Encoding perl module, which is built as a subclass of XML::Parser, provides a parser for encoding map files, which are XML files.
perl-XML-EP 0.01 GPL or Artistic XML-EP perl module XML-EP attempts to follow the Cocoon ideas and principles, but in a Perl environment.
perl-XML-Generator 0.93 GPL or Artistic A module to help in generating XML documents from perl XML-Generator is a module to help in generating XML documents or in producing DOM trees .
perl-XML-Grove 0.46alpha Artistic Provides the information set of parsed XML/HTML/SGML trees. The XML::Grove Perl module provides simple access to the information set of parsed XML, HTML, or SGML instances using a tree of Perl hashes. This package also includes several extensions to XML::Grove that provide the following: - returning element contents as a string - returning element contents as XML, HTML, or Canonical XML - processing entire groves using the visitor pattern - processing entire groves using PerlSAX - running a filter over all nodes in the grove - substituting values into an XML template grove - indexing a grove by ID or other attributes - accessing elements and objects via URL-like paths - create grove objects using an easy shorthand
perl-XML-Handler-YAWriter 0.23 GPL XML::Handler::YAWriter perl module YAWriter implements Yet Another XML::Handler::Writer. The reasons for this one are that I needed a flexible escaping technique, and want some kind of pretty printing.
perl-XML-LibXML 1.56 GPL or Artistic XML Parser for Perl using Gnome libxml2 This module implements much of the DOM Level 2 API as an interface to the Gnome libxml2 library. This makes it a fast and highly capable validating XML parser library, as well as a high performance DOM.
perl-XML-LibXML-Common 0.13 GPL or Artistic Various functions used by XML::LibXML, XML::LibXSLT XML::LibXML::Common contains several constants and functions that are shared by XML::LibXML, XML::GDOME and XML::LibXSLT (not all done, yet)
perl-XML-LibXSLT 1.53 MPL XML-LibXSLT module for perl XML-LibXSLT module for perl This module is a fast XSLT library, based on the Gnome libxslt engine
perl-XML-Mini 1.2.8 GPL or Artistic XML-Mini module for perl XML-Mini module for perl
perl-XML-miniXQL 0.04 GPL or Artistic XML-miniXQL perl module This module provides a simplistic XQL like search engine for XML files.
perl-XML-NamespaceSupport 1.08 MPL XML-NamespaceSupport module for perl XML-NamespaceSupport module for perl This module offers a simple to process namespaced XML names (unames) from within any application that may need them. It also helps maintain a prefix to namespace URI map, and provides a number of basic checks.
perl-XMLNews-HTMLTemplate 0.01 GPL XMLNews-HTMLTemplate perl module XMLNews-HTMLTemplate - module designed to create template-based HTML pages using news documents in XMLNews-Meta and XMLNews-Story format
perl-XMLNews-Meta 0.01 GPL XMLNews-Meta perl module XMLNews-Meta - module designed to read and write an XML-based news metadata
perl-XML-Node 0.11 Artistic Node-based XML parsing: an simplified interface to XML::Parser Using XML::Node, you can easily ignore the parts of XML files that you are not interested in, thus helping in simplify Perl scripts significantly.
perl-XML-Parser 2.34 GPL A perl module for parsing XML documents A perl module for parsing XML documents Needed by eGrail
perl-XML-Parser-EasyTree 0.01 GPL or Artistic XML-Parser-EasyTree perl module XML-Parser-EasyTree - adds a new "built-in" style called "EasyTree" to XML::Parser. Like XML::Parser's "Tree" style, setting this style causes the parser to build a lightweight tree structure representing the XML document.
perl-XML-PYX 0.07 GPL or Artistic XML-PYX perl module XML-PYX perl module
perl-XML-QL 0.07 GPL or Artistic XML-QL perl module XML-QL - An XML query language.
perl-XML-Records 0.12 GPL or Artistic XML-Records perl module XML-Records - module for perl
perl-XML-Registry 0.02 GPL or Artistic XML-Registry module for perl XML-Registry - module for loading and saving an XML registry.
perl-XML-RSS 1.02 GPL Creates and updates RSS files Creates and updates RSS files This module is needed by eGrail
perl-XML-Sablotron 0.98 MPL Sablotron XSLT processor encapsulation The XML-Sablotron perl module encapsulate the Sablotron XSLT processor.
perl-XML-SAX 0.12 GPL or Artistic XML-SAX module for perl XML-SAX module for perl XML::SAX consists of several framework classes for using and building Perl SAX2 XML parsers, filters, and drivers. It is designed around the need to be able to "plug in" different SAX parsers to an application without requiring programmer intervention. Those of you familiar with the DBI will be right at home. Some of the designs come from the Java JAXP specification (SAX part), only without the javaness.
perl-XML-Simple 2.09 GPL or Artistic XML-Simple perl module XML-Simple - trivial API to manipulate XML
perl-XML-Stream 1.16 distributable XML-Stream perl module This module provides you with access to XML Streams. An XML Stream is just that. A stream of XML over a connection between two computers.
perl-XML-TokeParser 0.05 GPL or Artistic Simplified interface to XML::Parser The XML::TokeParser perl module provides a procedural ("pull mode") interface to XML::Parser in much the same way that HTML::TokeParser provides a procedural interface to HTML::Parser. XML::TokeParser splits its XML input up into "tokens," each corresponding to an XML::Parser event. A token is a reference to an array whose first element is an event-type string and whose last element is the literal text of the XML input that generated the event, with intermediate elements varying according to the event type:
perl-XMLTV 0.5.29 GPL Perl modules for managing your TV viewing. XMLTV is a set of utilities to manage your TV viewing. They work with TV listings stored in the XMLTV format, which is based on XML. The idea is to separate out the backend (getting the listings) from the frontend (displaying them for the user), and to implement useful operations like picking out your favourite programmes as filters that read and write XML documents. This package contains the perl modules from xmltv.
perl-XML-Twig 3.11 Artistic XML-Twig module for perl XML-Twig is a Perl module that subclasses XML-Parser to allow easy processing of XML documents of all sizes.
perl-XML-Writer 0.4.1 GPL or Artistic Module for writing XML documents. XML::Writer is a simple Perl module for writing XML documents: it takes care of constructing markup and escaping data correctly, and by default, it also performs a significant amount of well-formedness checking on the output, to make certain (for example) that start and end tags match, that there is exactly one document element, and that there are not duplicate attribute names.
perl-XML-XPath 1.13 GPL or Artistic XML-XPath perl module This module aims to comply exactly to the XPath specification at http://www.w3.org/TR/xpath and yet allow extensions to be added in the form of functions. Modules such as XSLT and XPointer may need to do this as they support functionality beyond XPath.
perl-XML-XPathScript 0.11 GPL or Artistic XML-XPathScript perl module XML-XPathScript is an XML templating language that has some concepts from ASP and some from XSLT. This makes for a very flexible option for transforming XML to HTML or text or just about any other format.
perl-XML-XSLT 0.45 GPL or Artistic XML-XSLT - A perl module for processing XSLT XML-XSLT is a perl module that implements the W3C's XSLT specification to parse XSL Transformational sheets. For further information on, see http://www.w3.org/TR/xslt.
perl-XML-XUpdate-LibXML 0.2 MPL XML-XUpdate-LibXML module for perl XML-XUpdate-LibXML module for perl Simple implementation of XUpdate format
perl-X-Osd 0.5 GPL Perl5 modules for xosd Perl extension to the X On Screen Display library (xosd)
perl-YAML 0.35 GPL or Artistic YAML Ain't Markup Language (tm) The YAML.pm module implements a YAML Loader and Dumper based on the YAML 1.0 specification. http://www.yaml.org/spec/ YAML is a generic data serialization language that is optimized for human readability. It can be used to express the data structures of most modern programming languages. (Including Perl!!!) For information on the YAML syntax, please refer to the YAML specification.
pqt-designer 1.00 GPL Perl modules and utilities for using the Qt 3 Toolkit. pqt-designer is a Qt Designer plugin allowing RAD development of PerlQt applications from a powerful integrated development environment.
redland-perl 0.9.15 LGPL Perl modules for the Redland RDF system The redland-perl package contains the perl bindings for Redland.
silc-perl 1.0.1 GPL Perl Irssi module from silc Perl Irssi module from silc
swig 1.3.21 BSD-like Simplified Wrapper and Interface Generator (SWIG) SWIG takes an interface description file written in a combination of C/C++ and special directives and produces interfaces to Perl, Python, and Tcl. It allows scripting languages to use C/C++ code with minimal effort.

Linux reseller Bryce Coad had audiences eating out of his hand as he demonstrated the operating system running OpenOffice.org [. . .] Igor Portugal, technical head at Linux reseller Asterisk, which made its first appearance at the show in 1999, says Orix, Linfox Logistics, the Health and Disability Commission and Vita New Zealand are among its customers. Portugal collected a wad of business cards from visitors to his stand, many of which he expected to turn into sales. — ComputerWorld Expo 2002

Last changed: 20-Jun-2004 13:25:16  Find out who links to this page. Verify for yourself that this page is pure, standard HTML, not Ruby.

[Powered by Google]   Translate into     Linux™ Powered

No software patents! If you would like us to read email for USD$1000 per page, payable in advance, send it here.