Acme::MJD - Mark Jason Dominus does perl
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
Acme::MJD::FR - the wisdom of Klortho the Magnificent, in French
MJD's *Good advice and maxims for programmers*, translated in idiomatic French by Rafael Garcia-Suarez....
RGARCIA/Acme-MJD-FR-0.01 - 05 Aug 2008 09:40:12 UTC - Search in distribution
DateTime::Format::Epoch::MJD - Convert DateTimes to/from Modified Julian Days
This module can convert a DateTime object (or any object that can be converted to a DateTime object) to the Modified Julian Day number. See DateTime::Format::Epoch::JD for a description....
CHORNY/DateTime-Format-Epoch-0.16 - 17 Apr 2015 10:45:19 UTC - Search in distribution- DateTime::Format::Epoch::JD - Convert DateTimes to/from Julian Days
Time::TT::OffsetKnot - MJD/offset tuple for realisations of TT
This class assists in implementing a realisation of Terrestrial Time (TT) by interpolation using the "Time::TT::InterpolatingRealisation" class. Many such time scales are defined by tables of data giving the difference between TAI and the time scale ...
ZEFRAM/Time-TT-0.005 - 22 Mar 2012 21:03:50 UTC - Search in distribution- Time::TT - Terrestrial Time and its realisations
units - conversion program
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 ...
BDFOY/PerlPowerTools-1.028 - 19 Jan 2022 05:50:02 UTC - Search in distribution- diff - Perl Power Tools to compute `intelligent' differences between two files / lists
DateTime - A date and time object for Perl
DateTime is a class for the representation of date/time combinations, and is part of the Perl DateTime project. It represents the Gregorian calendar, extended backwards in time before its creation (in 1582). This is sometimes known as the "proleptic ...
DROLSKY/DateTime-1.58 - 18 Apr 2022 20:50:13 UTC - Search in distribution
perlfaq4 - Data Manipulation
This section of the FAQ answers questions related to manipulating numbers, dates, strings, arrays, hashes, and miscellaneous data issues....
ETHER/perlfaq-5.20210520 - 20 May 2021 04:17:26 UTC - Search in distribution
EZDBI - EZ (Easy) interface to SQL databases (DBI)
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
Text::Template - Expand template text with embedded 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...
MSCHOUT/Text-Template-1.61 - 28 Apr 2022 20:51:13 UTC - Search in distribution- Text::Template::Preprocess - Expand template text with embedded Perl
jsFind - generate index for full text search engine in JavaScript
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
perlreftut - Tutorial muy breve de Mark sobre las referencias *** DOCUMENTO SIN REVISAR ***
ENELL/POD2-ES-5.24.0.5
-
01 Jan 2017 21:24:12 UTC
-
Search in distribution
perlreftut - Mark's very short tutorial about references
One of the most important new features in Perl 5 was the capability to manage complicated data structures like multidimensional arrays and nested hashes. To enable these, Perl 5 introduced a feature called *references*, and using references is the ke...
RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution
Memoize - Make functions faster by trading space for time
`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...
MJD/Memoize-1.03 - 22 Apr 2012 21:19:03 UTC - Search in distribution- Memoize::Expire - Plug-in module for automatic expiration of memoized values
- Memoize::ExpireTest - test for Memoize expiration semantics
Astro::Coords - Class for handling astronomical coordinates
Class for manipulating and transforming astronomical coordinates. Can handle the following coordinate types: + Equatorial RA/Dec, galactic (including proper motions and parallax) + Planets + Comets/Asteroids + Fixed locations in azimuth and elevation...
GSB/Astro-Coords-0.20 - 11 Sep 2019 19:47:31 UTC - Search in distribution- Astro::Coords::Elements - Specify astronomical coordinates using orbital elements
- Astro::Coords::Interpolated - Specify astronomical coordinates using two reference positions
FakeHash - Simulate the behavior of a Perl hash variable
"FakeHash" simulates the behavior of a Perl hash variable, maintaining a synthetic data structure that mirrors the true data structure inside of Perl. This can be used to investigate hash performance or behavior. For example, see the "FakeHash::DrawH...
MJD/FakeHash-0.80 - 20 Dec 2000 03:28:16 UTC - Search in distribution
Text::Starfish
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
Tie::File - Access the lines of a disk file via a Perl array
"Tie::File" represents a regular text file as a Perl array. Each element in the array corresponds to a record in the file. The first line of the file is element 0 of the array; the second line is element 1, and so on. The file is *not* loaded into me...
TODDR/Tie-File-1.05 - 27 Jan 2020 07:29:22 UTC - Search in distribution