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

Search results for "dominus"

Acme::MJD - Mark Jason Dominus does perl River stage zero No dependents

The first time you run a program under "use Acme::MJD", the module removes all the unsightly printable characters from your source file. The code continues to work exactly as it did before, but now it contains a profound nugget of wisdom from the man...

PODMASTER/Acme-MJD-0.02 - 03 Nov 2003 12:42:41 UTC - Search in distribution

Rx - Regex debugger module River stage zero No dependents

MJD/Rx-0.53 - 30 Jul 2001 19:15:11 UTC - Search in distribution

ogd - ordered global destruction River stage zero No dependents

This module adds ordered destruction of objects stored in global variables in LIFO order during global destruction. Ordered global destruction is only applicable to objects stored in non-lexical variables (even if they are in file scope). Apparently ...

LNATION/ogd-0.04 - 10 Nov 2019 06:58:29 UTC - Search in distribution

perlhist - the Perl history records River stage five • 11292 direct dependents • 32664 total dependents

This document aims to record the Perl source code releases....

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

perlhist - Registro histórico de versiones de Perl River stage zero No dependents

ENELL/POD2-ES-5.24.0.5 - 01 Jan 2017 21:24:12 UTC - Search in distribution
  • perlreftut - Tutorial muy breve de Mark sobre las referencias *** DOCUMENTO SIN REVISAR ***
  • perlbook - Libros sobre Perl y otros libros relacionados

perlfaq7 - General Perl Language Issues River stage zero No dependents

This section deals with general Perl language issues that don't clearly fit into any of the other sections. Can I get a BNF/yacc/RE for the Perl language? There is no BNF, but you can paw your way through the yacc grammar in perly.y in the source dis...

ETHER/perlfaq-5.20240218 - 18 Feb 2024 17:37:36 UTC - Search in distribution

units - conversion program River stage one • 1 direct dependent • 1 total dependent

NOTE: This does not handle the Gnu units format (https://www.gnu.org/software/units/). The units program converts quantities expressed in various scales to their equivalents in other scales. The units program can only handle multiplicative or affine ...

BRIANDFOY/PerlPowerTools-1.045 - 30 Apr 2024 22:22:50 UTC - Search in distribution
  • diff - compute `intelligent' differences between two files

Lexing River stage one • 2 direct dependents • 2 total dependents

OVID/HOP-Lexer-0.032 - 08 Mar 2007 07:46:05 UTC - Search in distribution

EZDBI - EZ (Easy) interface to SQL databases (DBI) River stage zero No dependents

This file documents version 0.120 of EZDBI. It assumes that you already know the basics of SQL. It is not a(n) SQL tutorial. EZDBI provides a simple and convenient interface to most common SQL databases. It requires that you have installed the DBI mo...

JPIERCE/EZDBI-0.16 - 02 Mar 2016 14:50:45 UTC - Search in distribution

HTML::Element - Class for objects that represent HTML elements River stage three • 171 direct dependents • 974 total dependents

(This class is part of the HTML::Tree dist.) Objects of the HTML::Element class can be used to represent elements of HTML document trees. These objects have attributes, notably attributes that designates each element's parent and content. The content...

KENTNL/HTML-Tree-5.07 - 31 Aug 2017 08:53:16 UTC - Search in distribution

typesafety - compile-time object type usage static analysis River stage zero No dependents

This module is similar to "strict.pm" or "taint.pm" in that it checks your program for classes of possible errors. It identifies possible data flow routes and performs heuristics on the data flow to rule out the possibility of the Important This soft...

SWALTERS/typesafety-0.05 - 31 Aug 2006 23:26:29 UTC - Search in distribution

WWW::Mechanize - Handy web browsing in a Perl object River stage three • 282 direct dependents • 550 total dependents

"WWW::Mechanize", or Mech for short, is a Perl module for stateful programmatic web browsing, used for automating interaction with websites. Features include: * All HTTP methods * High-level hyperlink and HTML form support, without having to parse HT...

OALDERS/WWW-Mechanize-2.18 - 30 Jan 2024 14:34:27 UTC - Search in distribution

DBass - DBM with associative arrays, file locking and XML records River stage zero No dependents

This module provides methods to read, write and delete associative arrays in DBM files, with file locking and XML records. It uses a named argument "-api" for class methods "new" and "gestalt" to try to prevent later versions of the module from break...

SPIDERBOY/DBass-0.53 - 11 Jan 2000 17:31:51 UTC - Search in distribution

IT::perlfaq7 River stage zero No dependents

ENRYS/POD2-IT-0.13 - 26 Aug 2009 16:35:44 UTC - Search in distribution

Memoize - Make functions faster by trading space for time River stage three • 77 direct dependents • 304 total dependents

*Memoizing* a function makes it faster by trading space for time. It does this by caching the return values of the function in a table. If you call the function again with the same arguments, "memoize" jumps in and gives you the value out of the tabl...

ARISTOTLE/Memoize-1.16 - 29 Jan 2023 09:05:05 UTC - Search in distribution
  • Memoize::Expire - Plug-in module for automatic expiration of memoized values

Iterator - A general-purpose iterator class. River stage two • 7 direct dependents • 90 total dependents

This module is meant to be the definitive implementation of iterators, as popularized by Mark Jason Dominus's lectures and recent book (*Higher Order Perl*, Morgan Kauffman, 2005). An "iterator" is an object, represented as a code block that generate...

ROODE/Iterator-0.03 - 10 Oct 2005 19:03:42 UTC - Search in distribution

jsFind - generate index for full text search engine in JavaScript River stage zero No dependents

This module can be used to create index files for jsFind, powerful tool for adding a search engine to a CDROM archive or catalog without requiring the user to install anything. Main difference between this module and scripts delivered with jsFind are...

DPAVLIN/jsFind-0.06 - 31 Oct 2004 01:36:20 UTC - Search in distribution

List::Compare - Compare elements of two or more lists River stage three • 37 direct dependents • 128 total dependents

JKEENAN/List-Compare-0.55 - 16 Aug 2020 22:42:25 UTC - Search in distribution

Async - Asynchronous evaluation of Perl code (with optional timeouts) River stage one • 1 direct dependent • 1 total dependent

This module runs some code in a separate process and retrieves its result. Since the code is running in a separate process, your main program can continue with whatever it was doing while the separate code is executing. This separate code is called a...

ARISTOTLE/Async-0.14 - 08 Aug 2022 22:50:11 UTC - Search in distribution

Text::Starfish River stage zero No dependents

Starfish is a system for Perl-based preprocessing and text-embedded programming, based on a universal approach applicable to many different text styles. You can read the documentation contained in the file "report.pdf" for an introduction. For an ini...

VLADO/Text-Starfish-1.39 - 10 Aug 2021 14:52:55 UTC - Search in distribution
104 results (0.053 seconds)